SAM

Uses of Interface
org.topcased.sam.ControlPort

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

Uses of ControlPort in org.topcased.sam
 

Subinterfaces of ControlPort in org.topcased.sam
 interface InControlPort
          A representation of the model object 'In Control Port'.
 interface OutControlPort
          A representation of the model object 'Out Control Port'.
 

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

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

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

Uses of ControlPort in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement ControlPort
 class ControlPortImpl
          An implementation of the model object 'Control Port'.
 class InControlPortImpl
          An implementation of the model object 'In Control Port'.
 class OutControlPortImpl
          An implementation of the model object 'Out Control Port'.
 

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

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

Methods in org.topcased.sam.impl that return ControlPort
 ControlPort ControlFlowImpl.getSource()
           
 

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

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

Uses of ControlPort in org.topcased.sam.util
 

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


SAM

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