Uses of Interface
org.eclipse.uml2.StateMachine

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

Uses of StateMachine in org.eclipse.uml2
 

Subinterfaces of StateMachine in org.eclipse.uml2
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 

Methods in org.eclipse.uml2 that return StateMachine
 StateMachine UML2Factory.createStateMachine()
          Returns a new object of class 'State Machine'
 StateMachine StateMachine.getExtendedStateMachine()
          Returns the value of the 'Extended State Machine' reference
 StateMachine State.getSubmachine()
          Returns the value of the 'Submachine' reference
 StateMachine Region.getStateMachine()
          Returns the value of the 'State Machine' container reference.
 StateMachine BehavioredClassifier.getOwnedStateMachine(String unqualifiedName)
          Retrieves the StateMachine with the specified name from the 'Owned State Machine' containment reference list
 StateMachine BehavioredClassifier.createOwnedStateMachine(EClass eClass)
          Creates a StateMachine and appends it to the 'Owned State Machine' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type StateMachine
 void StateMachine.setExtendedStateMachine(StateMachine value)
          Sets the value of the 'Extended State Machine' reference
 void State.setSubmachine(StateMachine value)
          Sets the value of the 'Submachine' reference
 void Region.setStateMachine(StateMachine value)
          Sets the value of the 'State Machine' container reference
 

Uses of StateMachine in org.eclipse.uml2.util
 

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


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