SAM

Uses of Interface
org.topcased.sam.State

Packages that use State
org.topcased.modeler.sam.automatondiagram   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of State in org.topcased.modeler.sam.automatondiagram
 

Methods in org.topcased.modeler.sam.automatondiagram with parameters of type State
protected  GraphElement AutomCreationUtils.createGraphElementState(State element, java.lang.String presentation)
           
 

Uses of State in org.topcased.sam
 

Subinterfaces of State in org.topcased.sam
 interface InitialState
          A representation of the model object 'Initial State'.
 

Methods in org.topcased.sam that return State
 State SAMFactory.createState()
          Returns a new object of class 'State'
 State Transition.getDest()
          Returns the value of the 'Dest' reference.
 

Methods in org.topcased.sam with parameters of type State
 void Transition.setDest(State value)
          Sets the value of the 'Dest' reference.
 

Uses of State in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement State
 class InitialStateImpl
          An implementation of the model object 'Initial State'.
 class StateImpl
          An implementation of the model object 'State'.
 

Fields in org.topcased.sam.impl declared as State
protected  State TransitionImpl.dest
          The cached value of the 'Dest' reference.
 

Methods in org.topcased.sam.impl that return State
 State SAMFactoryImpl.createState()
           
 State TransitionImpl.getDest()
           
 

Methods in org.topcased.sam.impl with parameters of type State
 NotificationChain TransitionImpl.basicSetDest(State newDest, NotificationChain msgs)
           
 void TransitionImpl.setDest(State newDest)
           
 

Uses of State in org.topcased.sam.util
 

Methods in org.topcased.sam.util with parameters of type State
 T SAMSwitch.caseState(State object)
          Returns the result of interpretting the object as an instance of 'State'
 


SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.