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 StateMachine.createConnectionPoint(java.lang.String name)
          Creates a new Pseudostate, with the specified 'Name', and appends it to the 'Connection Point' containment reference list
 Pseudostate State.createConnectionPoint(java.lang.String name)
          Creates a new Pseudostate, with the specified 'Name', and appends it to the 'Connection Point' containment reference list
 Pseudostate UMLFactory.createPseudostate()
          Returns a new object of class 'Pseudostate'
 Pseudostate StateMachine.getConnectionPoint(java.lang.String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate State.getConnectionPoint(java.lang.String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate StateMachine.getConnectionPoint(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate State.getConnectionPoint(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Connection Point' containment reference list
 Pseudostate ConnectionPointReference.getEntry(java.lang.String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getEntry(java.lang.String name, boolean ignoreCase)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Entry' reference list
 Pseudostate ConnectionPointReference.getExit(java.lang.String name)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Exit' reference list
 Pseudostate ConnectionPointReference.getExit(java.lang.String name, boolean ignoreCase)
          Retrieves the first Pseudostate with the specified 'Name' from the 'Exit' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Pseudostate
 org.eclipse.emf.common.util.EList<Pseudostate> StateMachine.getConnectionPoints()
          Returns the value of the 'Connection Point' containment reference list.
 org.eclipse.emf.common.util.EList<Pseudostate> State.getConnectionPoints()
          Returns the value of the 'Connection Point' containment reference list.
 org.eclipse.emf.common.util.EList<Pseudostate> ConnectionPointReference.getEntries()
          Returns the value of the 'Entry' reference list.
 org.eclipse.emf.common.util.EList<Pseudostate> ConnectionPointReference.getExits()
          Returns the value of 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
 T UMLSwitch.casePseudostate(Pseudostate object)
          Returns the result of interpreting the object as an instance of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateChoiceVertex(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateChoiceVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateForkVertex(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateForkVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateHistoryVertices(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateHistoryVertices constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateInitialVertex(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInitialVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateJoinVertex(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateJoinVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateJunctionVertex(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateJunctionVertex constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateOutgoingFromInitial(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOutgoingFromInitial constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateTransitionsIncoming(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTransitionsIncoming constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate_validateTransitionsOutgoing(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTransitionsOutgoing constraint of 'Pseudostate'
 boolean UMLValidator.validatePseudostate(Pseudostate pseudostate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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