Traceability

Uses of Interface
ttm.Rule

Packages that use Rule
org.topcased.traceability.hmi.util   
tte.rules   
ttm   
ttm.impl   
ttm.util   
 

Uses of Rule in org.topcased.traceability.hmi.util
 

Methods in org.topcased.traceability.hmi.util with parameters of type Rule
static java.lang.String RuleHelper.getDecoratorKey(Rule rule)
          Convert the given rule name as the matching docorator key
static java.lang.String RuleHelper.getImageKey(Rule rule)
          Convert the given rule name as the matching image key
 

Uses of Rule in tte.rules
 

Classes in tte.rules that implement Rule
 class ExtendedRule
          Class corresponding to the Rule intances creates from the RulesSet extensions analysis.
 

Uses of Rule in ttm
 

Methods in ttm that return Rule
 Rule TtmFactory.createRule()
          Returns a new object of class 'Rule'
 Rule RuleInstance.getBaseRule()
          Returns the value of the 'Base Rule' reference.
 

Methods in ttm that return types with arguments of type Rule
 java.util.List<Rule> Project.getRules()
          Returns the value of the 'Rule' containment reference list.
 

Methods in ttm with parameters of type Rule
 void Project.addRuleDefinition(Rule aRule)
          add new Rule to the project
 void RuleInstance.setBaseRule(Rule value)
          Sets the value of the 'Base Rule' reference
 

Uses of Rule in ttm.impl
 

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

Fields in ttm.impl declared as Rule
protected  Rule RuleInstanceImpl.baseRule
          The cached value of the 'Base Rule' reference
 

Methods in ttm.impl that return Rule
 Rule RuleInstanceImpl.basicGetBaseRule()
           
 Rule TtmFactoryImpl.createRule()
           
 Rule RuleInstanceImpl.getBaseRule()
           
 

Methods in ttm.impl with parameters of type Rule
 void ProjectImpl.addRuleDefinition(Rule aRule)
          TNI Addition
 NotificationChain RuleInstanceImpl.basicSetBaseRule(Rule newBaseRule, NotificationChain msgs)
           
 void RuleInstanceImpl.setBaseRule(Rule newBaseRule)
           
 

Uses of Rule in ttm.util
 

Methods in ttm.util with parameters of type Rule
 java.lang.Object TtmSwitch.caseRule(Rule object)
          Returns the result of interpretting the object as an instance of 'Rule'
 


Traceability

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