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

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

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

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

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

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

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

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

Methods in com.hammurapi.reasoning.spi.model.impl that return RuleSet
 RuleSet ModelFactoryImpl.createRuleSet()
           
 

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

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

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