uci.uml.Behavioral_Elements.State_Machines
Class ClassifierInState
java.lang.Object
|
+--uci.uml.Foundation.Core.ElementImpl
|
+--uci.uml.Foundation.Core.ModelElementImpl
|
+--uci.uml.Foundation.Core.NamespaceImpl
|
+--uci.uml.Foundation.Core.GeneralizableElementImpl
|
+--uci.uml.Foundation.Core.Classifier
|
+--uci.uml.Behavioral_Elements.State_Machines.ClassifierInState
- public class ClassifierInState
- extends Classifier
- 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.Classifier |
addAssociationEnd,
addBehavioralFeature,
addFeature,
addParticipant,
addRealization,
addSpecification,
addStructuralFeature,
alsoTrash,
dbgString,
findBehavioralFeature,
findStructuralFeature,
getAssociationEnd,
getBehavioralFeature,
getInheritedAssociationEnds,
getInheritedBehavioralFeatures,
getInheritedRealizations,
getInheritedStructuralFeatures,
getParticipant,
getRealization,
getSpecification,
getStructuralFeature,
removeAssociationEnd,
removeBehavioralFeature,
removeParticipant,
removeRealization,
removeSpecification,
removeStructuralFeature,
setAssociationEnd,
setBehavioralFeature,
setParticipant,
setRealization,
setSpecification,
setStructuralFeature,
toString |
| Methods inherited from class uci.uml.Foundation.Core.GeneralizableElementImpl |
addGeneralization,
addSpecialization,
getGeneralization,
getIsAbstract,
getIsLeaf,
getIsRoot,
getSpecialization,
removeGeneralization,
removeSpecialization,
setGeneralization,
setIsAbstract,
setIsLeaf,
setIsRoot,
setSpecialization |
| Methods inherited from class uci.uml.Foundation.Core.NamespaceImpl |
addOwnedElement,
addPrivateOwnedElement,
addProtectedOwnedElement,
addPublicOwnedElement,
addUnspecOwnedElement,
contains,
contains,
containsPublic,
elementOwnershipFor,
findElementNamed,
getModelElements,
getOwnedElement,
prepareForTrash,
recoverFromTrash,
removeOwnedElement,
setOwnedElement |
| Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl |
addBehavior,
addConstraint,
addElementReference,
addProvision,
addRequirement,
addStereotype,
addTemplateParameter,
containsStereotype,
dbgStereotypes,
dbgTaggedValues,
getBehavior,
getConstraint,
getElementOwnership,
getElementReference,
getNamespace,
getProvision,
getRequirement,
getStereotype,
getTemplate,
getTemplateParameter,
getVisibility,
isLegalXMI,
isNotLegalXMI,
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,
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 |
_inState
public State _inState
_objectFlowState
public Vector _objectFlowState
ClassifierInState
public ClassifierInState()
ClassifierInState
public ClassifierInState(Name name,
State instate)
ClassifierInState
public ClassifierInState(String nameStr)
getInState
public State getInState()
setInState
public void setInState(State x)
throws PropertyVetoException
getObjectFlowState
public Vector getObjectFlowState()
setObjectFlowState
public void setObjectFlowState(Vector x)
throws PropertyVetoException
addObjectFlowState
public void addObjectFlowState(ObjectFlowState x)
throws PropertyVetoException
removeObjectFlowState
public void removeObjectFlowState(ObjectFlowState x)
throws PropertyVetoException