Uses of Interface
org.eclipse.uml2.Transition

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(String unqualifiedName)
          Retrieves the Transition with the specified name from the 'Outgoing' reference list
 Transition Vertex.getIncoming(String unqualifiedName)
          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(String unqualifiedName)
          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
 

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, Map context)
           
 Object UML2Switch.caseTransition(Transition object)
          Returns the result of interpretting the object as an instance of 'Transition'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.