Uses of Interface
org.eclipse.uml2.uml.Pseudostate

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

Uses of Pseudostate in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Pseudostate
 Pseudostate UMLFactory.createPseudostate()
          Returns a new object of class 'Pseudostate'
 Pseudostate StateMachine.createConnectionPoint(String name)
          Creates a new Pseudostate, with the specified 'Name', and appends it to the 'Connection Point' containment reference list
 Pseudostate StateMachine.getConnectionPoint(String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate StateMachine.getConnectionPoint(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate State.createConnectionPoint(String name)
          Creates a new Pseudostate, with the specified 'Name', and appends it to the 'Connection Point' containment reference list
 Pseudostate State.getConnectionPoint(String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate State.getConnectionPoint(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate ConnectionPointReference.getEntry(String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getEntry(String name, boolean ignoreCase)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getExit(String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Exit' reference list
 Pseudostate ConnectionPointReference.getExit(String name, boolean ignoreCase)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Exit' reference list
 

Uses of Pseudostate in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Pseudostate
 boolean UMLValidator.validatePseudostate(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validatePseudostate_validateInitialVertex(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateInitialVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateHistoryVertices(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateHistoryVertices constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateJoinVertex(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateJoinVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateTransitionsIncoming(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateTransitionsIncoming constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateForkVertex(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateForkVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateTransitionsOutgoing(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateTransitionsOutgoing constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateJunctionVertex(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateJunctionVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateChoiceVertex(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateChoiceVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateOutgoingFromInitial(Pseudostate pseudostate, DiagnosticChain diagnostics, Map context)
          Validates the validateOutgoingFromInitial constraint of 'Pseudostate'
 Object UMLSwitch.casePseudostate(Pseudostate object)
          Returns the result of interpretting the object as an instance of 'Pseudostate'
 


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