SAM

Uses of Interface
org.topcased.sam.OutDataPort

Packages that use OutDataPort
org.topcased.modeler.sam.automatondiagram   
org.topcased.modeler.sam.systemdiagram   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of OutDataPort in org.topcased.modeler.sam.automatondiagram
 

Methods in org.topcased.modeler.sam.automatondiagram with parameters of type OutDataPort
protected  GraphElement AutomCreationUtils.createGraphElementOutDataPort(OutDataPort element, java.lang.String presentation)
           
 

Uses of OutDataPort in org.topcased.modeler.sam.systemdiagram
 

Methods in org.topcased.modeler.sam.systemdiagram with parameters of type OutDataPort
protected  GraphElement SystCreationUtils.createGraphElementOutDataPort(OutDataPort element, java.lang.String presentation)
           
 

Uses of OutDataPort in org.topcased.sam
 

Methods in org.topcased.sam that return OutDataPort
 OutDataPort SAMFactory.createOutDataPort()
          Returns a new object of class 'Out Data Port'
 OutDataPort DataStore.getOut()
          Returns the value of the 'Out' containment reference.
 

Methods in org.topcased.sam that return types with arguments of type OutDataPort
 EList<OutDataPort> SynchronisationGate.getOut()
          Returns the value of the 'Out' containment reference list.
 

Methods in org.topcased.sam with parameters of type OutDataPort
 void DataStore.setOut(OutDataPort value)
          Sets the value of the 'Out' containment reference.
 

Uses of OutDataPort in org.topcased.sam.impl
 

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

Fields in org.topcased.sam.impl declared as OutDataPort
protected  OutDataPort DataStoreImpl.out
          The cached value of the 'Out' containment reference
 

Fields in org.topcased.sam.impl with type parameters of type OutDataPort
protected  EList<OutDataPort> SynchronisationGateImpl.out
          The cached value of the 'Out' containment reference list
 

Methods in org.topcased.sam.impl that return OutDataPort
 OutDataPort SAMFactoryImpl.createOutDataPort()
           
 OutDataPort DataStoreImpl.getOut()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type OutDataPort
 EList<OutDataPort> SynchronisationGateImpl.getOut()
           
 

Methods in org.topcased.sam.impl with parameters of type OutDataPort
 NotificationChain DataStoreImpl.basicSetOut(OutDataPort newOut, NotificationChain msgs)
           
 void DataStoreImpl.setOut(OutDataPort newOut)
           
 

Uses of OutDataPort in org.topcased.sam.util
 

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


SAM

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