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