Package | Description |
---|---|
org.universAAL.ontology.reasoner | |
org.universAAL.samples.context.reasoner.client.interfaces |
Modifier and Type | Method and Description |
---|---|
Situation |
Rule.getSituation() |
Situation[] |
ReasoningService.getSituation() |
Modifier and Type | Method and Description |
---|---|
void |
ReasoningService.addSituation(Situation newValue) |
boolean |
Situation.equals(Situation situation) |
void |
Rule.setSituation(Situation situation) |
void |
ReasoningService.setSituation(Situation[] propertyValue) |
Constructor and Description |
---|
Rule(Situation situation,
Query query) |
Rule(String uri,
Situation situation,
Query query) |
Modifier and Type | Method and Description |
---|---|
Situation |
ReasoningCaller.addSituation(String subject,
String predicate,
String object,
boolean persistent)
Creates a new Situation-Object with a random URI, add it to the reasoner
and return the new object.
|
Situation |
ReasoningCaller.addSituation(String uri,
String subject,
String predicate,
String object,
boolean persistent)
Creates a new Situation-Object with the given URI, add it to the reasoner
and return the new object.
|
Modifier and Type | Method and Description |
---|---|
List<Situation> |
ReasoningCaller.getSituations() |
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(Situation situation) |
Copyright © 2018 universAAL Consortium. All rights reserved.