Uses of Interface
org.eclipse.uml2.State

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

Uses of State in org.eclipse.uml2
 

Subinterfaces of State in org.eclipse.uml2
 interface FinalState
           A representation of the model object 'Final State'
 

Methods in org.eclipse.uml2 that return State
 State UML2Factory.createState()
          Returns a new object of class 'State'
 State State.getRedefinedState()
          Returns the value of the 'Redefined State' reference
 State Region.getState()
          Returns the value of the 'State' container reference.
 State ObjectNode.getInState(String unqualifiedName)
          Retrieves the State with the specified name from the 'In State' reference list
 

Methods in org.eclipse.uml2 with parameters of type State
 void State.setRedefinedState(State value)
          Sets the value of the 'Redefined State' reference
 void Region.setState(State value)
          Sets the value of the 'State' container reference
 

Uses of State in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type State
 boolean UML2Validator.validateState(State state, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseState(State object)
          Returns the result of interpretting the object as an instance of 'State'
 


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