SAM

Uses of Interface
org.topcased.sam.MacroState

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

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

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

Uses of MacroState in org.topcased.sam
 

Methods in org.topcased.sam that return MacroState
 MacroState SAMFactory.createMacroState()
          Returns a new object of class 'Macro State'
 MacroState AbstractState.getParentState()
          Returns the value of the 'Parent State' container reference.
 

Methods in org.topcased.sam with parameters of type MacroState
 void AbstractState.setParentState(MacroState value)
          Sets the value of the 'Parent State' container reference
 

Uses of MacroState in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement MacroState
 class MacroStateImpl
          An implementation of the model object 'Macro State'.
 

Methods in org.topcased.sam.impl that return MacroState
 MacroState SAMFactoryImpl.createMacroState()
           
 MacroState AbstractStateImpl.getParentState()
           
 

Methods in org.topcased.sam.impl with parameters of type MacroState
 NotificationChain AbstractStateImpl.basicSetParentState(MacroState newParentState, NotificationChain msgs)
           
 void AbstractStateImpl.setParentState(MacroState newParentState)
           
 

Uses of MacroState in org.topcased.sam.util
 

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


SAM

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