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

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

Uses of Query in org.universAAL.ontology.reasoner
 

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

Methods in org.universAAL.ontology.reasoner with parameters of type Query
 void ReasoningService.addQuery(Query newValue)
           
 boolean Query.equals(Query query)
           
 void Rule.setQuery(Query query)
           
 void ReasoningService.setQuery(Query[] propertyValue)
           
 

Constructors in org.universAAL.ontology.reasoner with parameters of type Query
Rule(Situation situation, Query query)
           
Rule(String uri, Situation situation, Query query)
           
 

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

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface that return Query
 Query ReasoningCaller.addQuery(ContextEvent event, String queryString, boolean persistent)
          Add a new Query with a random URI to the Reasoner.
 Query ReasoningCaller.addQuery(String fullQuery)
          Creates a new query with the given Query-String and a random URI.
 Query ReasoningCaller.addQuery(String uri, ContextEvent event, String queryString, boolean persistent)
          Add a new Query with the given URI to the Reasoner.
 Query ReasoningCaller.addQuery(String uri, String fullQuery)
          Creates a new query with the given Query-String and the given URI.
 

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

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface with parameters of type Query
 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.
 boolean ReasoningCaller.remove(Query query)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.