SAM

Uses of Interface
org.topcased.sam.SynchronisationGate

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

Uses of SynchronisationGate in org.topcased.sam
 

Subinterfaces of SynchronisationGate in org.topcased.sam
 interface Composition
          A representation of the model object 'Composition'.
 interface Decomposition
          A representation of the model object 'Decomposition'.
 

Methods in org.topcased.sam that return SynchronisationGate
 SynchronisationGate OutDataPort.getParentSync()
          Returns the value of the 'Parent Sync' container reference.
 SynchronisationGate InDataPort.getParentSync()
          Returns the value of the 'Parent Sync' container reference.
 

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

Methods in org.topcased.sam with parameters of type SynchronisationGate
 void OutDataPort.setParentSync(SynchronisationGate value)
          Sets the value of the 'Parent Sync' container reference
 void InDataPort.setParentSync(SynchronisationGate value)
          Sets the value of the 'Parent Sync' container reference
 

Uses of SynchronisationGate in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement SynchronisationGate
 class CompositionImpl
          An implementation of the model object 'Composition'.
 class DecompositionImpl
          An implementation of the model object 'Decomposition'.
 class SynchronisationGateImpl
          An implementation of the model object 'Synchronisation Gate'.
 

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

Methods in org.topcased.sam.impl that return SynchronisationGate
 SynchronisationGate InDataPortImpl.getParentSync()
           
 SynchronisationGate OutDataPortImpl.getParentSync()
           
 

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

Methods in org.topcased.sam.impl with parameters of type SynchronisationGate
 NotificationChain InDataPortImpl.basicSetParentSync(SynchronisationGate newParentSync, NotificationChain msgs)
           
 NotificationChain OutDataPortImpl.basicSetParentSync(SynchronisationGate newParentSync, NotificationChain msgs)
           
 void InDataPortImpl.setParentSync(SynchronisationGate newParentSync)
           
 void OutDataPortImpl.setParentSync(SynchronisationGate newParentSync)
           
 

Uses of SynchronisationGate in org.topcased.sam.util
 

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


SAM

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