|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PseudostateKind | |
| org.omg.uml.behavioralelements.statemachines | |
| org.omg.uml.foundation.datatypes | |
| Uses of PseudostateKind in org.omg.uml.behavioralelements.statemachines |
| Methods in org.omg.uml.behavioralelements.statemachines that return PseudostateKind | |
PseudostateKind |
Pseudostate.getKind()
Returns the value of attribute kind. |
| Methods in org.omg.uml.behavioralelements.statemachines with parameters of type PseudostateKind | |
void |
Pseudostate.setKind(PseudostateKind newValue)
Sets the value of kind attribute. |
Pseudostate |
PseudostateClass.createPseudostate(String name,
VisibilityKind visibility,
boolean isSpecification,
PseudostateKind kind)
Creates an instance object having attributes initialized by the passed values. |
| Uses of PseudostateKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement PseudostateKind | |
class |
PseudostateKindEnum
PseudostateKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return PseudostateKind | |
static PseudostateKind |
PseudostateKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||