Uses of Interface
org.eclipse.uml2.Pseudostate

Packages that use Pseudostate
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Pseudostate in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Pseudostate
 Pseudostate UML2Factory.createPseudostate()
          Returns a new object of class 'Pseudostate'
 Pseudostate StateMachine.getConnectionPoint(java.lang.String name)
          Retrieves the Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate StateMachine.createConnectionPoint(EClass eClass)
          Deprecated. Use #createConnectionPoint() instead.
 Pseudostate StateMachine.createConnectionPoint()
          Creates a Pseudostate and appends it to the 'Connection Point' containment reference list
 Pseudostate ConnectionPointReference.getEntry(java.lang.String name)
          Retrieves the Pseudostate with the specified 'Name' from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getExit(java.lang.String name)
          Retrieves the Pseudostate with the specified 'Name' from the 'Exit' reference list
 

Uses of Pseudostate in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Pseudostate
 boolean UML2Validator.validatePseudostate(Pseudostate pseudostate, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.casePseudostate(Pseudostate object)
          Returns the result of interpretting the object as an instance of 'Pseudostate'
 


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