SAM

Uses of Interface
org.topcased.sam.NamedItem

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

Uses of NamedItem in org.topcased.sam
 

Subinterfaces of NamedItem in org.topcased.sam
 interface AbstractState
          A representation of the model object 'Abstract State'.
 interface Automaton
          A representation of the model object 'Automaton'.
 interface ControlFlow
          A representation of the model object 'Control Flow'.
 interface ControlPort
          A representation of the model object 'Control Port'.
 interface DataFlow
          A representation of the model object 'Data Flow'.
 interface DataPort
          A representation of the model object 'Data Port'.
 interface DataStore
          A representation of the model object 'Data Store'.
 interface Flow
          A representation of the model object 'Flow'.
 interface InControlPort
          A representation of the model object 'In Control Port'.
 interface InDataPort
          A representation of the model object 'In Data Port'.
 interface InitialState
          A representation of the model object 'Initial State'.
 interface InputPort
          A representation of the model object 'Input Port'.
 interface MacroState
          A representation of the model object 'Macro State'.
 interface ModelContent
          A representation of the model object 'Model Content'.
 interface MultiPort
          A representation of the model object 'Multi Port'.
 interface OutControlPort
          A representation of the model object 'Out Control Port'.
 interface OutDataPort
          A representation of the model object 'Out Data Port'.
 interface OutputPort
          A representation of the model object 'Output Port'.
 interface Port
          A representation of the model object 'Port'.
 interface State
          A representation of the model object 'State'.
 interface System
          A representation of the model object 'System'.
 

Uses of NamedItem in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement NamedItem
 class AbstractStateImpl
          An implementation of the model object 'Abstract State'.
 class AutomatonImpl
          An implementation of the model object 'Automaton'.
 class ControlFlowImpl
          An implementation of the model object 'Control Flow'.
 class ControlPortImpl
          An implementation of the model object 'Control Port'.
 class DataFlowImpl
          An implementation of the model object 'Data Flow'.
 class DataPortImpl
          An implementation of the model object 'Data Port'.
 class DataStoreImpl
          An implementation of the model object 'Data Store'.
 class FlowImpl
          An implementation of the model object 'Flow'.
 class InControlPortImpl
          An implementation of the model object 'In Control Port'.
 class InDataPortImpl
          An implementation of the model object 'In Data Port'.
 class InitialStateImpl
          An implementation of the model object 'Initial State'.
 class InputPortImpl
          An implementation of the model object 'Input Port'.
 class MacroStateImpl
          An implementation of the model object 'Macro State'.
 class ModelContentImpl
          An implementation of the model object 'Model Content'.
 class MultiPortImpl
          An implementation of the model object 'Multi Port'.
 class NamedItemImpl
          An implementation of the model object 'Named Item'.
 class OutControlPortImpl
          An implementation of the model object 'Out Control Port'.
 class OutDataPortImpl
          An implementation of the model object 'Out Data Port'.
 class OutputPortImpl
          An implementation of the model object 'Output Port'.
 class PortImpl
          An implementation of the model object 'Port'.
 class StateImpl
          An implementation of the model object 'State'.
 class SystemImpl
          An implementation of the model object 'System'.
 

Uses of NamedItem in org.topcased.sam.util
 

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


SAM

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