SAM

Uses of Interface
org.topcased.sam.DataStore

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

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

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

Uses of DataStore in org.topcased.sam
 

Methods in org.topcased.sam that return DataStore
 DataStore SAMFactory.createDataStore()
          Returns a new object of class 'Data Store'
 DataStore OutDataPort.getParentDataStore()
          Returns the value of the 'Parent Data Store' container reference.
 DataStore InDataPort.getParentDataStore()
          Returns the value of the 'Parent Data Store' container reference.
 

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

Methods in org.topcased.sam with parameters of type DataStore
 void OutDataPort.setParentDataStore(DataStore value)
          Sets the value of the 'Parent Data Store' container reference
 void InDataPort.setParentDataStore(DataStore value)
          Sets the value of the 'Parent Data Store' container reference
 

Uses of DataStore in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement DataStore
 class DataStoreImpl
          An implementation of the model object 'Data Store'.
 

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

Methods in org.topcased.sam.impl that return DataStore
 DataStore SAMFactoryImpl.createDataStore()
           
 DataStore InDataPortImpl.getParentDataStore()
           
 DataStore OutDataPortImpl.getParentDataStore()
           
 

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

Methods in org.topcased.sam.impl with parameters of type DataStore
 NotificationChain InDataPortImpl.basicSetParentDataStore(DataStore newParentDataStore, NotificationChain msgs)
           
 NotificationChain OutDataPortImpl.basicSetParentDataStore(DataStore newParentDataStore, NotificationChain msgs)
           
 void InDataPortImpl.setParentDataStore(DataStore newParentDataStore)
           
 void OutDataPortImpl.setParentDataStore(DataStore newParentDataStore)
           
 

Uses of DataStore in org.topcased.sam.util
 

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


SAM

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