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 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