Uses of Interface
com.hammurapi.reasoning.spi.model.Rule

Packages that use Rule
com.hammurapi.reasoning.spi.model   
com.hammurapi.reasoning.spi.model.impl   
com.hammurapi.reasoning.spi.model.util   
 

Uses of Rule in com.hammurapi.reasoning.spi.model
 

Methods in com.hammurapi.reasoning.spi.model that return Rule
 Rule ModelFactory.createRule()
          Returns a new object of class 'Rule'.
 

Methods in com.hammurapi.reasoning.spi.model that return types with arguments of type Rule
 org.eclipse.emf.common.util.EList<Rule> RuleSet.getRule()
          Returns the value of the 'Rule' containment reference list.
 

Uses of Rule in com.hammurapi.reasoning.spi.model.impl
 

Classes in com.hammurapi.reasoning.spi.model.impl that implement Rule
 class RuleImpl
          An implementation of the model object 'Rule'.
 

Fields in com.hammurapi.reasoning.spi.model.impl with type parameters of type Rule
protected  org.eclipse.emf.common.util.EList<Rule> RuleSetImpl.rule
          The cached value of the 'Rule' containment reference list.
 

Methods in com.hammurapi.reasoning.spi.model.impl that return Rule
 Rule ModelFactoryImpl.createRule()
           
 

Methods in com.hammurapi.reasoning.spi.model.impl that return types with arguments of type Rule
 org.eclipse.emf.common.util.EList<Rule> RuleSetImpl.getRule()
           
 

Uses of Rule in com.hammurapi.reasoning.spi.model.util
 

Methods in com.hammurapi.reasoning.spi.model.util with parameters of type Rule
 T ModelSwitch.caseRule(Rule object)
          Returns the result of interpreting the object as an instance of 'Rule'.