OCL

Uses of Interface
org.topcased.checkresultmodel.Context

Packages that use Context
org.topcased.checkresultmodel   
org.topcased.checkresultmodel.helper   
org.topcased.checkresultmodel.impl   
org.topcased.checkresultmodel.util   
 

Uses of Context in org.topcased.checkresultmodel
 

Methods in org.topcased.checkresultmodel that return Context
 Context CheckresultmodelFactory.createContext()
          Returns a new object of class 'Context'
 

Methods in org.topcased.checkresultmodel that return types with arguments of type Context
 EList<Context> Package.getContext()
          Returns the value of the 'Context' containment reference list.
 

Uses of Context in org.topcased.checkresultmodel.helper
 

Methods in org.topcased.checkresultmodel.helper that return Context
static Context CheckResultModelHelper.createContext(Package package_, EClass context)
          Creates a Context and adds it to the current Package
 

Methods in org.topcased.checkresultmodel.helper with parameters of type Context
static Rule CheckResultModelHelper.createRule(Context context, java.lang.String rule)
          Creates a Rule and adds it to the current context
 

Uses of Context in org.topcased.checkresultmodel.impl
 

Classes in org.topcased.checkresultmodel.impl that implement Context
 class ContextImpl
          An implementation of the model object 'Context'
 

Fields in org.topcased.checkresultmodel.impl with type parameters of type Context
protected  EList<Context> PackageImpl.context
          The cached value of the 'Context' containment reference list
 

Methods in org.topcased.checkresultmodel.impl that return Context
 Context CheckresultmodelFactoryImpl.createContext()
           
 

Methods in org.topcased.checkresultmodel.impl that return types with arguments of type Context
 EList<Context> PackageImpl.getContext()
           
 

Uses of Context in org.topcased.checkresultmodel.util
 

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


OCL

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