|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionKind | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of TransitionKind in org.eclipse.uml2.uml |
Fields in org.eclipse.uml2.uml declared as TransitionKind | |
static TransitionKind |
TransitionKind.INTERNAL_LITERAL
The 'Internal' literal object |
static TransitionKind |
TransitionKind.LOCAL_LITERAL
The 'Local' literal object |
static TransitionKind |
TransitionKind.EXTERNAL_LITERAL
The 'External' literal object |
Methods in org.eclipse.uml2.uml that return TransitionKind | |
static TransitionKind |
TransitionKind.get(String literal)
Returns the 'Transition Kind' literal with the specified literal value |
static TransitionKind |
TransitionKind.getByName(String name)
Returns the 'Transition Kind' literal with the specified name |
static TransitionKind |
TransitionKind.get(int value)
Returns the 'Transition Kind' literal with the specified integer value |
TransitionKind |
Transition.getKind()
Returns the value of the 'Kind' attribute. |
Methods in org.eclipse.uml2.uml with parameters of type TransitionKind | |
void |
Transition.setKind(TransitionKind value)
Sets the value of the ' Kind ' attribute |
Uses of TransitionKind in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type TransitionKind | |
boolean |
UMLValidator.validateTransitionKind(TransitionKind transitionKind,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateTransitionKind_state_is_local(TransitionKind transitionKind,
DiagnosticChain diagnostics,
Map context)
Validates the state_is_local constraint of 'Transition Kind' |
boolean |
UMLValidator.validateTransitionKind_state_is_external(TransitionKind transitionKind,
DiagnosticChain diagnostics,
Map context)
Validates the state_is_external constraint of 'Transition Kind' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |