Uses of Class
org.universAAL.ontology.reasoner.Rule

Packages that use Rule
org.universAAL.context.reasoner   
org.universAAL.ontology.reasoner   
org.universAAL.samples.context.reasoner.client.uaalinterface   
 

Uses of Rule in org.universAAL.context.reasoner
 

Methods in org.universAAL.context.reasoner that return Rule
 Rule RuleModel.add(Rule rule)
           
 

Methods in org.universAAL.context.reasoner with parameters of type Rule
 Rule RuleModel.add(Rule rule)
           
 

Uses of Rule in org.universAAL.ontology.reasoner
 

Methods in org.universAAL.ontology.reasoner that return Rule
 Rule[] ReasoningService.getRule()
           
 

Methods in org.universAAL.ontology.reasoner with parameters of type Rule
 void ReasoningService.addRule(Rule newValue)
           
 boolean Rule.equals(Rule rule)
           
 void ReasoningService.setRule(Rule[] propertyValue)
           
 

Uses of Rule in org.universAAL.samples.context.reasoner.client.uaalinterface
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface that return Rule
 Rule ReasoningCaller.addRule(Situation situation, Query query, boolean persistent)
          A rule combines the given Situation with the given Query.
 Rule ReasoningCaller.addRule(String uri, Situation situation, Query query, boolean persistent)
          A rule combines the given Situation with the given Query.
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface that return types with arguments of type Rule
 List<Rule> ReasoningCaller.getRules()
           
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface with parameters of type Rule
 boolean ReasoningCaller.remove(Rule rule)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.