SAM

Uses of Interface
org.topcased.sam.InitialState

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

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

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

Uses of InitialState in org.topcased.sam
 

Methods in org.topcased.sam that return InitialState
 InitialState SAMFactory.createInitialState()
          Returns a new object of class 'Initial State'
 

Uses of InitialState in org.topcased.sam.impl
 

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

Methods in org.topcased.sam.impl that return InitialState
 InitialState SAMFactoryImpl.createInitialState()
           
 

Uses of InitialState in org.topcased.sam.util
 

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


SAM

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