uci.uml.Behavioral_Elements.Collaborations
Class Interaction
java.lang.Object
|
+--uci.uml.Foundation.Core.ElementImpl
|
+--uci.uml.Foundation.Core.ModelElementImpl
|
+--uci.uml.Behavioral_Elements.Collaborations.Interaction
- public class Interaction
- extends ModelElementImpl
- See Also:
- Serialized Form
| Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl |
_behavior,
_collaboration,
_constraint,
_elementOwnership,
_elementReference,
_provision,
_requirement,
_stereotype,
_taggedValue,
_template,
_templateParameter,
MAX_STEREOTYPE |
| Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl |
addBehavior,
addConstraint,
addElementReference,
addProvision,
addRequirement,
addStereotype,
addTemplateParameter,
alsoTrash,
containsStereotype,
dbgStereotypes,
dbgTaggedValues,
getBehavior,
getConstraint,
getElementOwnership,
getElementReference,
getNamespace,
getProvision,
getRequirement,
getStereotype,
getTemplate,
getTemplateParameter,
getVisibility,
isLegalXMI,
isNotLegalXMI,
prepareForTrash,
recoverFromTrash,
removeBehavior,
removeConstraint,
removeElementReference,
removeProvision,
removeRequirement,
removeStereotype,
removeTemplateParameter,
setBehavior,
setConstraint,
setElementOwnership,
setElementReference,
setNamespace,
setProvision,
setRequirement,
setStereotype,
setTemplate,
setTemplateParameter,
setVisibility |
| Methods inherited from class uci.uml.Foundation.Core.ElementImpl |
addCharacteristic,
addPropertyChangeListener,
addTaggedValue,
addVetoableChangeListener,
dbgString,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChangeNoCritique,
firePropertyChangeNoCritique,
fireVetoableChange,
fireVetoableChange,
fireVetoableChange,
fireVetoableChangeNoCompare,
getCharacteristic,
getClassification,
getElementCount,
getHighlight,
getId,
getName,
getNamedProperty,
getOCLTypeStr,
getTaggedValue,
getVetoListeners,
newElementID,
removeCharacteristic,
removePropertyChangeListener,
removeTaggedValue,
removeVetoableChangeListener,
setCharacteristic,
setClassification,
setElementCount,
setHighlight,
setId,
setName,
setName,
setStaticChangeListener,
setTaggedValue,
toString |
_message
public Vector _message
_context
public Collaboration _context
_link
public Vector _link
_instances
public Vector _instances
Interaction
public Interaction()
Interaction
public Interaction(Name name)
Interaction
public Interaction(String nameStr)
getMessage
public Vector getMessage()
setMessage
public void setMessage(Vector x)
throws PropertyVetoException
addMessage
public void addMessage(Message x)
throws PropertyVetoException
removeMessage
public void removeMessage(Message x)
throws PropertyVetoException
getContext
public Collaboration getContext()
setContext
public void setContext(Collaboration x)
throws PropertyVetoException
getLink
public Vector getLink()
setLink
public void setLink(Vector x)
throws PropertyVetoException
addLink
public void addLink(Link x)
throws PropertyVetoException
removeLink
public void removeLink(Link x)
throws PropertyVetoException
getInstances
public Vector getInstances()
setInstances
public void setInstances(Vector x)
throws PropertyVetoException
addInstance
public void addInstance(Instance x)
throws PropertyVetoException
removeInstance
public void removeInstance(Instance x)
throws PropertyVetoException