SAM

Uses of Interface
org.topcased.sam.InDataPort

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

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

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

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

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

Uses of InDataPort in org.topcased.sam
 

Methods in org.topcased.sam that return InDataPort
 InDataPort SAMFactory.createInDataPort()
          Returns a new object of class 'In Data Port'
 InDataPort DataStore.getIn()
          Returns the value of the 'In' containment reference.
 

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

Methods in org.topcased.sam with parameters of type InDataPort
 void DataStore.setIn(InDataPort value)
          Sets the value of the 'In' containment reference.
 

Uses of InDataPort in org.topcased.sam.impl
 

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

Fields in org.topcased.sam.impl declared as InDataPort
protected  InDataPort DataStoreImpl.in
          The cached value of the 'In' containment reference
 

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

Methods in org.topcased.sam.impl that return InDataPort
 InDataPort SAMFactoryImpl.createInDataPort()
           
 InDataPort DataStoreImpl.getIn()
           
 

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

Methods in org.topcased.sam.impl with parameters of type InDataPort
 NotificationChain DataStoreImpl.basicSetIn(InDataPort newIn, NotificationChain msgs)
           
 void DataStoreImpl.setIn(InDataPort newIn)
           
 

Uses of InDataPort in org.topcased.sam.util
 

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


SAM

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