SAM

Uses of Interface
org.topcased.sam.Model

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

Uses of Model in org.topcased.sam
 

Methods in org.topcased.sam that return Model
 Model SAMFactory.createModel()
          Returns a new object of class 'Model'
 Model ModelContent.getParentModel()
          Returns the value of the 'Parent Model' container reference.
 

Methods in org.topcased.sam with parameters of type Model
 void ModelContent.setParentModel(Model value)
          Sets the value of the 'Parent Model' container reference
 

Uses of Model in org.topcased.sam.impl
 

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

Methods in org.topcased.sam.impl that return Model
 Model SAMFactoryImpl.createModel()
           
 Model ModelContentImpl.getParentModel()
           
 

Methods in org.topcased.sam.impl with parameters of type Model
 NotificationChain ModelContentImpl.basicSetParentModel(Model newParentModel, NotificationChain msgs)
           
 void ModelContentImpl.setParentModel(Model newParentModel)
           
 

Uses of Model in org.topcased.sam.util
 

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


SAM

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