SAM

Uses of Interface
org.topcased.sam.Automaton

Packages that use Automaton
org.topcased.modeler.sam.systemdiagram   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of Automaton in org.topcased.modeler.sam.systemdiagram
 

Methods in org.topcased.modeler.sam.systemdiagram with parameters of type Automaton
protected  GraphElement SystCreationUtils.createGraphElementAutomaton(Automaton element, java.lang.String presentation)
           
 

Uses of Automaton in org.topcased.sam
 

Methods in org.topcased.sam that return Automaton
 Automaton SAMFactory.createAutomaton()
          Returns a new object of class 'Automaton'
 Automaton Automaton.getIsInstanceOf()
          Returns the value of the 'Is Instance Of' reference
 Automaton Transition.getParentAutomaton()
          Returns the value of the 'Parent Automaton' container reference.
 Automaton AbstractState.getParentAutomaton()
          Returns the value of the 'Parent Automaton' container reference.
 Automaton Port.getParentAutomaton()
          Returns the value of the 'Parent Automaton' container reference.
 

Methods in org.topcased.sam with parameters of type Automaton
 void Automaton.setIsInstanceOf(Automaton value)
          Sets the value of the 'Is Instance Of' reference
 void Transition.setParentAutomaton(Automaton value)
          Sets the value of the 'Parent Automaton' container reference
 void AbstractState.setParentAutomaton(Automaton value)
          Sets the value of the 'Parent Automaton' container reference
 void Port.setParentAutomaton(Automaton value)
          Sets the value of the 'Parent Automaton' container reference
 

Uses of Automaton in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement Automaton
 class AutomatonImpl
          An implementation of the model object 'Automaton'.
 

Fields in org.topcased.sam.impl declared as Automaton
protected  Automaton AutomatonImpl.isInstanceOf
          The cached value of the 'Is Instance Of' reference
 

Methods in org.topcased.sam.impl that return Automaton
 Automaton AutomatonImpl.basicGetIsInstanceOf()
           
 Automaton SAMFactoryImpl.createAutomaton()
           
 Automaton AutomatonImpl.getIsInstanceOf()
           
 Automaton AbstractStateImpl.getParentAutomaton()
           
 Automaton TransitionImpl.getParentAutomaton()
           
 Automaton PortImpl.getParentAutomaton()
           
 

Methods in org.topcased.sam.impl with parameters of type Automaton
 NotificationChain AbstractStateImpl.basicSetParentAutomaton(Automaton newParentAutomaton, NotificationChain msgs)
           
 NotificationChain TransitionImpl.basicSetParentAutomaton(Automaton newParentAutomaton, NotificationChain msgs)
           
 NotificationChain PortImpl.basicSetParentAutomaton(Automaton newParentAutomaton, NotificationChain msgs)
           
 void AutomatonImpl.setIsInstanceOf(Automaton newIsInstanceOf)
           
 void AbstractStateImpl.setParentAutomaton(Automaton newParentAutomaton)
           
 void TransitionImpl.setParentAutomaton(Automaton newParentAutomaton)
           
 void PortImpl.setParentAutomaton(Automaton newParentAutomaton)
           
 

Uses of Automaton in org.topcased.sam.util
 

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


SAM

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