OCL

Uses of Interface
org.topcased.checkresultmodel.Rule

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

Uses of Rule in org.topcased.checkresultmodel
 

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

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

Uses of Rule in org.topcased.checkresultmodel.helper
 

Methods in org.topcased.checkresultmodel.helper that return Rule
static Rule CheckResultModelHelper.createRule(Context context, java.lang.String rule)
          Creates a Rule and adds it to the current context
static Rule CheckResultModelHelper.getFirstRule(Model checkResultModel)
          Gets the first Rule found into a given CheckResultModel.
 

Methods in org.topcased.checkresultmodel.helper with parameters of type Rule
static void CheckResultModelHelper.createAcceptedItems(Rule rule, java.util.List<?> acceptedItems)
          Creates a list of the accepted items concerning a rule.
static void CheckResultModelHelper.createRejectedItems(Rule rule, java.util.List<?> acceptedItems)
          Creates a list of the rejected items concerning a rule.
 

Uses of Rule in org.topcased.checkresultmodel.impl
 

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

Fields in org.topcased.checkresultmodel.impl with type parameters of type Rule
protected  EList<Rule> ContextImpl.rules
          The cached value of the 'Rules' containment reference list
 

Methods in org.topcased.checkresultmodel.impl that return Rule
 Rule CheckresultmodelFactoryImpl.createRule()
           
 

Methods in org.topcased.checkresultmodel.impl that return types with arguments of type Rule
 EList<Rule> ContextImpl.getRules()
           
 

Uses of Rule in org.topcased.checkresultmodel.util
 

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


OCL

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