uci.uml.Behavioral_Elements.State_Machines
Class Partition

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Behavioral_Elements.State_Machines.Partition

public class Partition
extends ModelElementImpl

See Also:
Serialized Form

Field Summary
 ActivityModel _activityModel
           
 Vector _contents
           
 
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
Partition()
           
Partition(Name name, ActivityModel am)
           
Partition(String nameStr)
           
 
Method Summary
 void addContents(ModelElement x)
           
 ActivityModel getActivityModel()
           
 Vector getContents()
           
 void removeContents(ModelElement x)
           
 void setActivityModel(ActivityModel x)
           
 void setContents(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

_activityModel

public ActivityModel _activityModel

_contents

public Vector _contents
Constructor Detail

Partition

public Partition()

Partition

public Partition(Name name,
                 ActivityModel am)

Partition

public Partition(String nameStr)
Method Detail

getActivityModel

public ActivityModel getActivityModel()

setActivityModel

public void setActivityModel(ActivityModel x)
                      throws PropertyVetoException

getContents

public Vector getContents()

setContents

public void setContents(Vector x)
                 throws PropertyVetoException

addContents

public void addContents(ModelElement x)
                 throws PropertyVetoException

removeContents

public void removeContents(ModelElement x)
                    throws PropertyVetoException