OCL

Uses of Interface
org.topcased.checkresultmodel.ModelInformation

Packages that use ModelInformation
org.topcased.checkresultmodel   
org.topcased.checkresultmodel.impl   
org.topcased.checkresultmodel.util   
 

Uses of ModelInformation in org.topcased.checkresultmodel
 

Methods in org.topcased.checkresultmodel that return ModelInformation
 ModelInformation CheckresultmodelFactory.createModelInformation()
          Returns a new object of class 'Model Information'
 ModelInformation Model.getInformation()
          Returns the value of the 'Information' containment reference
 

Methods in org.topcased.checkresultmodel with parameters of type ModelInformation
 void Model.setInformation(ModelInformation value)
          Sets the value of the 'Information' containment reference
 

Uses of ModelInformation in org.topcased.checkresultmodel.impl
 

Classes in org.topcased.checkresultmodel.impl that implement ModelInformation
 class ModelInformationImpl
          An implementation of the model object 'Model Information'
 

Fields in org.topcased.checkresultmodel.impl declared as ModelInformation
protected  ModelInformation ModelImpl.information
          The cached value of the 'Information' containment reference
 

Methods in org.topcased.checkresultmodel.impl that return ModelInformation
 ModelInformation CheckresultmodelFactoryImpl.createModelInformation()
           
 ModelInformation ModelImpl.getInformation()
           
 

Methods in org.topcased.checkresultmodel.impl with parameters of type ModelInformation
 NotificationChain ModelImpl.basicSetInformation(ModelInformation newInformation, NotificationChain msgs)
           
 void ModelImpl.setInformation(ModelInformation newInformation)
           
 

Uses of ModelInformation in org.topcased.checkresultmodel.util
 

Methods in org.topcased.checkresultmodel.util with parameters of type ModelInformation
 T CheckresultmodelSwitch.caseModelInformation(ModelInformation object)
          Returns the result of interpretting the object as an instance of 'Model Information'
 


OCL

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