|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topbraid.spin.inference.SPINExplanations
public class SPINExplanations
A service that can be used to provide "explanations" of inferred triples. This is populated by the TopSPIN engine and will keep a Map from Triples to the strings of the query.
Constructor Summary | |
---|---|
SPINExplanations()
|
Method Summary | |
---|---|
java.lang.String |
get(Triple triple)
Gets the explanation for a given inferred triple. |
void |
put(Triple triple,
java.lang.String text)
Stores a Triple - query assignment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SPINExplanations()
Method Detail |
---|
public void put(Triple triple, java.lang.String text)
triple
- the inferred Tripletext
- the query text to associate with the triplepublic java.lang.String get(Triple triple)
triple
- the Triple to explain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |