Package | Description |
---|---|
org.universAAL.ontology.reasoner | |
org.universAAL.samples.context.reasoner.client.interfaces |
Modifier and Type | Method and Description |
---|---|
Query |
Rule.getQuery() |
Query[] |
ReasoningService.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
ReasoningService.addQuery(Query newValue) |
boolean |
Query.equals(Query query) |
void |
Rule.setQuery(Query query) |
void |
ReasoningService.setQuery(Query[] propertyValue) |
Constructor and Description |
---|
Rule(Situation situation,
Query query) |
Rule(String uri,
Situation situation,
Query query) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Query> |
ReasoningCaller.getQueries() |
Modifier and Type | Method and Description |
---|---|
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 © 2018 universAAL Consortium. All rights reserved.