SAM

Uses of Interface
org.topcased.sam.AbstractState

Packages that use AbstractState
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of AbstractState in org.topcased.sam
 

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

Methods in org.topcased.sam that return AbstractState
 AbstractState Transition.getSource()
          Returns the value of the 'Source' reference.
 

Methods in org.topcased.sam that return types with arguments of type AbstractState
 EList<AbstractState> MacroState.getComposition()
          Returns the value of the 'Composition' containment reference list.
 EList<AbstractState> Automaton.getListStates()
          Returns the value of the 'List States' containment reference list.
 

Methods in org.topcased.sam with parameters of type AbstractState
 void Transition.setSource(AbstractState value)
          Sets the value of the 'Source' reference.
 

Uses of AbstractState in org.topcased.sam.impl
 

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

Fields in org.topcased.sam.impl declared as AbstractState
protected  AbstractState TransitionImpl.source
          The cached value of the 'Source' reference
 

Fields in org.topcased.sam.impl with type parameters of type AbstractState
protected  EList<AbstractState> MacroStateImpl.composition
          The cached value of the 'Composition' containment reference list.
protected  EList<AbstractState> AutomatonImpl.listStates
          The cached value of the 'List States' containment reference list.
 

Methods in org.topcased.sam.impl that return AbstractState
 AbstractState TransitionImpl.getSource()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type AbstractState
 EList<AbstractState> MacroStateImpl.getComposition()
           
 EList<AbstractState> AutomatonImpl.getListStates()
           
 

Methods in org.topcased.sam.impl with parameters of type AbstractState
 NotificationChain TransitionImpl.basicSetSource(AbstractState newSource, NotificationChain msgs)
           
 void TransitionImpl.setSource(AbstractState newSource)
           
 

Uses of AbstractState in org.topcased.sam.util
 

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


SAM

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