KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > behavioralelements > commonbehavior > AStimulus3Sender


1 package org.omg.uml.behavioralelements.commonbehavior;
2
3 public interface AStimulus3Sender extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.behavioralelements.commonbehavior.Stimulus stimulus3, org.omg.uml.behavioralelements.commonbehavior.Instance sender);
5     public java.util.Collection JavaDoc getStimulus3(org.omg.uml.behavioralelements.commonbehavior.Instance sender);
6     public org.omg.uml.behavioralelements.commonbehavior.Instance getSender(org.omg.uml.behavioralelements.commonbehavior.Stimulus stimulus3);
7     public boolean add(org.omg.uml.behavioralelements.commonbehavior.Stimulus stimulus3, org.omg.uml.behavioralelements.commonbehavior.Instance sender);
8     public boolean remove(org.omg.uml.behavioralelements.commonbehavior.Stimulus stimulus3, org.omg.uml.behavioralelements.commonbehavior.Instance sender);
9 }
10
Popular Tags