|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Transition in org.eclipse.uml2.uml |
Subinterfaces of Transition in org.eclipse.uml2.uml | |
interface |
ProtocolTransition
A representation of the model object 'Protocol Transition' |
Methods in org.eclipse.uml2.uml that return Transition | |
Transition |
Vertex.getOutgoing(String name)
Retrieves the first Transition with the specified 'Name' from the 'Outgoing' reference list |
Transition |
Vertex.getOutgoing(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Transition with the specified 'Name' from the 'Outgoing' reference list |
Transition |
Vertex.getIncoming(String name)
Retrieves the first Transition with the specified 'Name' from the 'Incoming' reference list |
Transition |
Vertex.getIncoming(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Transition with the specified 'Name' from the 'Incoming' reference list |
Transition |
UMLFactory.createTransition()
Returns a new object of class 'Transition' |
Transition |
Transition.getRedefinedTransition()
Returns the value of the 'Redefined Transition' reference |
Transition |
Region.createTransition(String name,
EClass eClass)
Creates a new Transition , with the specified 'Name', and appends it to the 'Transition' containment reference list |
Transition |
Region.createTransition(String name)
Creates a new Transition , with the specified 'Name', and appends it to the 'Transition' containment reference list |
Transition |
Region.getTransition(String name)
Retrieves the first Transition with the specified 'Name' from the 'Transition' containment reference list |
Transition |
Region.getTransition(String name,
boolean ignoreCase,
EClass eClass,
boolean createOnDemand)
Retrieves the first Transition with the specified 'Name' from the 'Transition' containment reference list |
Methods in org.eclipse.uml2.uml 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.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Transition | |
boolean |
UMLValidator.validateTransition(Transition transition,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateTransition_validateForkSegmentGuards(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateForkSegmentGuards constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateJoinSegmentGuards(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateJoinSegmentGuards constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateForkSegmentState(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateForkSegmentState constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateJoinSegmentState(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateJoinSegmentState constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateOutgoingPseudostates(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateOutgoingPseudostates constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateInitialTransition(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateInitialTransition constraint of 'Transition' |
boolean |
UMLValidator.validateTransition_validateSignaturesCompatible(Transition transition,
DiagnosticChain diagnostics,
Map context)
Validates the validateSignaturesCompatible constraint of 'Transition' |
Object |
UMLSwitch.caseTransition(Transition object)
Returns the result of interpretting the object as an instance of 'Transition' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |