SAM

Uses of Interface
org.topcased.sam.DataPort

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

Uses of DataPort in org.topcased.sam
 

Subinterfaces of DataPort in org.topcased.sam
 interface InDataPort
          A representation of the model object 'In Data Port'.
 interface OutDataPort
          A representation of the model object 'Out Data Port'.
 

Methods in org.topcased.sam that return DataPort
 DataPort DataFlow.getSource()
          Returns the value of the 'Source' reference
 

Methods in org.topcased.sam that return types with arguments of type DataPort
 EList<DataPort> DataFlow.getDest()
          Returns the value of the 'Dest' reference list.
 

Methods in org.topcased.sam with parameters of type DataPort
 void DataFlow.setSource(DataPort value)
          Sets the value of the 'Source' reference.
 

Uses of DataPort in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement DataPort
 class DataPortImpl
          An implementation of the model object 'Data Port'.
 class InDataPortImpl
          An implementation of the model object 'In Data Port'.
 class OutDataPortImpl
          An implementation of the model object 'Out Data Port'.
 

Fields in org.topcased.sam.impl declared as DataPort
protected  DataPort DataFlowImpl.source
          The cached value of the 'Source' reference
 

Fields in org.topcased.sam.impl with type parameters of type DataPort
protected  EList<DataPort> DataFlowImpl.dest
          The cached value of the 'Dest' reference list
 

Methods in org.topcased.sam.impl that return DataPort
 DataPort DataFlowImpl.getSource()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type DataPort
 EList<DataPort> DataFlowImpl.getDest()
           
 

Methods in org.topcased.sam.impl with parameters of type DataPort
 void DataFlowImpl.setSource(DataPort newSource)
           
 

Uses of DataPort in org.topcased.sam.util
 

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


SAM

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