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(String unqualifiedName)
          Retrieves the Pseudostate with the specified name from the 'Connection Point' containment reference list
 Pseudostate StateMachine.createConnectionPoint(EClass eClass)
          Creates a Pseudostate and appends it to the 'Connection Point' containment reference list
 Pseudostate ConnectionPointReference.getEntry(String unqualifiedName)
          Retrieves the Pseudostate with the specified name from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getExit(String unqualifiedName)
          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, Map context)
           
 Object UML2Switch.casePseudostate(Pseudostate object)
          Returns the result of interpretting the object as an instance of 'Pseudostate'
 


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