|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Transition in org.eclipse.uml2 |
---|
Subinterfaces of Transition in org.eclipse.uml2 | |
interface |
ProtocolTransition
A representation of the model object 'Protocol Transition' |
Methods in org.eclipse.uml2 that return Transition | |
Transition |
Vertex.getOutgoing(java.lang.String name)
Retrieves the Transition with the specified 'Name' from the 'Outgoing' reference list |
Transition |
Vertex.getIncoming(java.lang.String name)
Retrieves the Transition with the specified 'Name' from the 'Incoming' reference list |
Transition |
UML2Factory.createTransition()
Returns a new object of class 'Transition' |
Transition |
Transition.getRedefinedTransition()
Returns the value of the 'Redefined Transition' reference |
Transition |
Region.getTransition(java.lang.String name)
Retrieves the Transition with the specified 'Name' from the 'Transition' containment reference list |
Transition |
Region.createTransition(EClass eClass)
Creates a Transition and appends it to the 'Transition' containment reference list |
Transition |
Region.createTransition()
Creates a Transition and appends it to the 'Transition' containment reference list |
Methods in org.eclipse.uml2 with parameters of type Transition | |
void |
Transition.setRedefinedTransition(Transition value)
Sets the value of the ' Redefined Transition ' reference |
Uses of Transition in org.eclipse.uml2.util |
---|
Methods in org.eclipse.uml2.util with parameters of type Transition | |
boolean |
UML2Validator.validateTransition(Transition transition,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UML2Switch.caseTransition(Transition object)
Returns the result of interpretting the object as an instance of 'Transition' |
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |