SAM

Uses of Interface
org.topcased.sam.System

Packages that use System
org.topcased.modeler.sam.systemdiagram   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

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

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

Uses of System in org.topcased.sam
 

Methods in org.topcased.sam that return System
 System SAMFactory.createSystem()
          Returns a new object of class 'System'
 System System.getIsInstanceOf()
          Returns the value of the 'Is Instance Of' reference
 System SynchronisationGate.getParentSystem()
          Returns the value of the 'Parent System' container reference.
 System Flow.getParentSystem()
          Returns the value of the 'Parent System' container reference.
 System DataStore.getParentSystem()
          Returns the value of the 'Parent System' container reference.
 System ModelContent.getParentSystem()
          Returns the value of the 'Parent System' container reference.
 System Port.getParentSystem()
          Returns the value of the 'Parent System' container reference.
 

Methods in org.topcased.sam with parameters of type System
 void System.setIsInstanceOf(System value)
          Sets the value of the 'Is Instance Of' reference.
 void SynchronisationGate.setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 void Flow.setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 void DataStore.setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 void ModelContent.setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 void Port.setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 

Uses of System in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement System
 class SystemImpl
          An implementation of the model object 'System'.
 

Fields in org.topcased.sam.impl declared as System
protected  System SystemImpl.isInstanceOf
          The cached value of the 'Is Instance Of' reference
 

Methods in org.topcased.sam.impl that return System
 System SystemImpl.basicGetIsInstanceOf()
           
 System ModelContentImpl.basicGetParentSystem()
           
 System SAMFactoryImpl.createSystem()
           
 System SystemImpl.getIsInstanceOf()
           
 System ModelContentImpl.getParentSystem()
           
 System DataStoreImpl.getParentSystem()
           
 System FlowImpl.getParentSystem()
           
 System PortImpl.getParentSystem()
           
 System SynchronisationGateImpl.getParentSystem()
           
 

Methods in org.topcased.sam.impl with parameters of type System
 NotificationChain ModelContentImpl.basicSetParentSystem(System newParentSystem, NotificationChain msgs)
           
 NotificationChain DataStoreImpl.basicSetParentSystem(System newParentSystem, NotificationChain msgs)
           
 NotificationChain FlowImpl.basicSetParentSystem(System newParentSystem, NotificationChain msgs)
           
 NotificationChain PortImpl.basicSetParentSystem(System newParentSystem, NotificationChain msgs)
           
 NotificationChain SynchronisationGateImpl.basicSetParentSystem(System newParentSystem, NotificationChain msgs)
           
 void SystemImpl.setIsInstanceOf(System newIsInstanceOf)
           
 void ModelContentImpl.setParentSystem(System newParentSystem)
           
 void DataStoreImpl.setParentSystem(System newParentSystem)
           
 void FlowImpl.setParentSystem(System newParentSystem)
           
 void PortImpl.setParentSystem(System newParentSystem)
           
 void SynchronisationGateImpl.setParentSystem(System newParentSystem)
           
 

Uses of System in org.topcased.sam.util
 

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


SAM

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