org.omg.uml.behavioralelements.collaborations
Interface InteractionInstanceSet

All Superinterfaces:
Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface InteractionInstanceSet
extends ModelElement

InteractionInstanceSet object instance interface.


Method Summary
 CollaborationInstanceSet getContext()
          Returns the value of reference context.
 Interaction getInteraction()
          Returns the value of reference interaction.
 Collection getParticipatingStimulus()
          Returns the value of reference participatingStimulus.
 void setContext(CollaborationInstanceSet newValue)
          Sets the value of reference context.
 void setInteraction(Interaction newValue)
          Sets the value of reference interaction.
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getContext

public CollaborationInstanceSet getContext()
Returns the value of reference context.

Returns:
Value of reference context.

setContext

public void setContext(CollaborationInstanceSet newValue)
Sets the value of reference context. See getContext() for description on the reference.

Parameters:
newValue - New value to be set.

getInteraction

public Interaction getInteraction()
Returns the value of reference interaction.

Returns:
Value of reference interaction.

setInteraction

public void setInteraction(Interaction newValue)
Sets the value of reference interaction. See getInteraction() for description on the reference.

Parameters:
newValue - New value to be set.

getParticipatingStimulus

public Collection getParticipatingStimulus()
Returns the value of reference participatingStimulus.

Returns:
Value of reference participatingStimulus.