SAM

Uses of Interface
org.topcased.sam.IdentifiedItem

Packages that use IdentifiedItem
org.topcased.modeler.sam.commands   
org.topcased.modeler.sam.documentation   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of IdentifiedItem in org.topcased.modeler.sam.commands
 

Constructors in org.topcased.modeler.sam.commands with parameters of type IdentifiedItem
EditRequirementCommand(IdentifiedItem item, java.util.Map params)
          Constructor
 

Uses of IdentifiedItem in org.topcased.modeler.sam.documentation
 

Methods in org.topcased.modeler.sam.documentation with parameters of type IdentifiedItem
 void IdentifiedItemDocPage.setIdentifiedItem(IdentifiedItem elt)
           
 

Uses of IdentifiedItem in org.topcased.sam
 

Subinterfaces of IdentifiedItem in org.topcased.sam
 interface AbstractState
          A representation of the model object 'Abstract State'.
 interface Automaton
          A representation of the model object 'Automaton'.
 interface Composition
          A representation of the model object 'Composition'.
 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 Decomposition
          A representation of the model object 'Decomposition'.
 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 NamedItem
          A representation of the model object 'Named Item'.
 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 SynchronisationGate
          A representation of the model object 'Synchronisation Gate'.
 interface System
          A representation of the model object 'System'.
 interface Transition
          A representation of the model object 'Transition'.
 

Uses of IdentifiedItem in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement IdentifiedItem
 class AbstractStateImpl
          An implementation of the model object 'Abstract State'.
 class AutomatonImpl
          An implementation of the model object 'Automaton'.
 class CompositionImpl
          An implementation of the model object 'Composition'.
 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 DecompositionImpl
          An implementation of the model object 'Decomposition'.
 class FlowImpl
          An implementation of the model object 'Flow'.
 class IdentifiedItemImpl
          An implementation of the model object 'Identified Item'.
 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 SynchronisationGateImpl
          An implementation of the model object 'Synchronisation Gate'.
 class SystemImpl
          An implementation of the model object 'System'.
 class TransitionImpl
          An implementation of the model object 'Transition'.
 

Uses of IdentifiedItem in org.topcased.sam.util
 

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


SAM

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