|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassifierInState | |
org.omg.uml.behavioralelements.activitygraphs |
Uses of ClassifierInState in org.omg.uml.behavioralelements.activitygraphs |
Methods in org.omg.uml.behavioralelements.activitygraphs that return ClassifierInState | |
ClassifierInState |
ClassifierInStateClass.createClassifierInState()
The default factory operation used to create an instance object. |
ClassifierInState |
ClassifierInStateClass.createClassifierInState(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.activitygraphs with parameters of type ClassifierInState | |
boolean |
ATypeClassifierInState.exists(Classifier type,
ClassifierInState classifierInState)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
ATypeClassifierInState.getType(ClassifierInState classifierInState)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATypeClassifierInState.add(Classifier type,
ClassifierInState classifierInState)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATypeClassifierInState.remove(Classifier type,
ClassifierInState classifierInState)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AClassifierInStateInState.exists(ClassifierInState classifierInState,
State inState)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AClassifierInStateInState.getInState(ClassifierInState classifierInState)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AClassifierInStateInState.add(ClassifierInState classifierInState,
State inState)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AClassifierInStateInState.remove(ClassifierInState classifierInState,
State inState)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |