SAM

Uses of Interface
org.topcased.sam.Flow

Packages that use Flow
org.topcased.modeler.sam.systemdiagram.edit   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of Flow in org.topcased.modeler.sam.systemdiagram.edit
 

Methods in org.topcased.modeler.sam.systemdiagram.edit that return Flow
protected  Flow FlowEditPart.getFlow()
           
 

Uses of Flow in org.topcased.sam
 

Subinterfaces of Flow in org.topcased.sam
 interface ControlFlow
          A representation of the model object 'Control Flow'.
 interface DataFlow
          A representation of the model object 'Data Flow'.
 

Methods in org.topcased.sam that return Flow
 Flow Port.getInlink()
          Returns the value of the 'Inlink' reference
 Flow Port.getOutlink()
          Returns the value of the 'Outlink' reference
 

Methods in org.topcased.sam that return types with arguments of type Flow
 EList<Flow> System.getListFlows()
          Returns the value of the 'List Flows' containment reference list.
 

Methods in org.topcased.sam with parameters of type Flow
 void Port.setInlink(Flow value)
          Sets the value of the 'Inlink' reference
 void Port.setOutlink(Flow value)
          Sets the value of the 'Outlink' reference.
 

Uses of Flow in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement Flow
 class ControlFlowImpl
          An implementation of the model object 'Control Flow'.
 class DataFlowImpl
          An implementation of the model object 'Data Flow'.
 class FlowImpl
          An implementation of the model object 'Flow'.
 

Fields in org.topcased.sam.impl declared as Flow
protected  Flow PortImpl.inlink
          The cached value of the 'Inlink' reference
protected  Flow PortImpl.outlink
          The cached value of the 'Outlink' reference
 

Fields in org.topcased.sam.impl with type parameters of type Flow
protected  EList<Flow> SystemImpl.listFlows
          The cached value of the 'List Flows' containment reference list.
 

Methods in org.topcased.sam.impl that return Flow
 Flow PortImpl.basicGetInlink()
           
 Flow PortImpl.basicGetOutlink()
           
 Flow PortImpl.getInlink()
           
 Flow PortImpl.getOutlink()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type Flow
 EList<Flow> SystemImpl.getListFlows()
           
 

Methods in org.topcased.sam.impl with parameters of type Flow
 void PortImpl.setInlink(Flow newInlink)
           
 void PortImpl.setOutlink(Flow newOutlink)
           
 

Uses of Flow in org.topcased.sam.util
 

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


SAM

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