public interface StateVertexFacade extends ModelElementFacade
Modifier and Type | Method and Description |
---|---|
StateFacade |
getContainer()
Models a situation during which some (usually implicit) invariant condition holds.
|
Collection<TransitionFacade> |
getIncomings()
A directed relationship between a source vertex and a target vertex.
|
Collection<TransitionFacade> |
getOutgoings()
A directed relationship between a source vertex and a target vertex.
|
PartitionFacade |
getPartition()
The partition (if any) to which this vertex belongs.
|
StateMachineFacade |
getStateMachine()
State machines can be used to express the behavior of part of a system.
|
boolean |
isStateVertexFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isStateVertexFacadeMetaType()
true
StateFacade getContainer()
Collection<TransitionFacade> getIncomings()
Collection<TransitionFacade> getOutgoings()
PartitionFacade getPartition()
StateMachineFacade getStateMachine()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.