uci.uml.Behavioral_Elements.Common_Behavior
Class Instance

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Behavioral_Elements.Common_Behavior.Instance
Direct Known Subclasses:
MMObject, UseCaseInstance

public class Instance
extends ModelElementImpl

See Also:
Serialized Form

Field Summary
 Classifier _classifier
           
 Vector _linkEnd
           
 
Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl
_behavior, _collaboration, _constraint, _elementOwnership, _elementReference, _provision, _requirement, _stereotype, _taggedValue, _template, _templateParameter, MAX_STEREOTYPE
 
Fields inherited from class uci.uml.Foundation.Core.ElementImpl
_characteristic, _classification, _highlight, _name, _propertyListeners, _staticListener, _taggedValue, _vetoListeners, elementID
 
Constructor Summary
Instance()
           
Instance(Name name)
           
Instance(String nameStr)
           
 
Method Summary
 void addLinkEnd(LinkEnd x)
           
 Vector getLinkEnd()
           
 void removeLinkEnd(LinkEnd x)
           
 void setClassifier(Classifier x)
           
 void setLinkEnd(Vector x)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_linkEnd

public Vector _linkEnd

_classifier

public Classifier _classifier
Constructor Detail

Instance

public Instance()

Instance

public Instance(Name name)

Instance

public Instance(String nameStr)
Method Detail

addLinkEnd

public void addLinkEnd(LinkEnd x)
                throws PropertyVetoException

getLinkEnd

public Vector getLinkEnd()

removeLinkEnd

public void removeLinkEnd(LinkEnd x)
                   throws PropertyVetoException

setLinkEnd

public void setLinkEnd(Vector x)
                throws PropertyVetoException

setClassifier

public void setClassifier(Classifier x)
                   throws PropertyVetoException