|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hp.hpl.jena.reasoner.rulesys.impl.oldCode
Class Trail.TrailEntry

java.lang.Objectcom.hp.hpl.jena.reasoner.rulesys.impl.oldCode.Trail.TrailEntry
- Enclosing class:
- Trail
- static class Trail.TrailEntry
- extends java.lang.Object
Inner class used to represent an entry on the binding trail.
| Field Summary | |
protected com.hp.hpl.jena.graph.Node |
value
The value to which it was bound |
protected com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable |
var
The deferenced var which was bound |
| Constructor Summary | |
(package private) |
Trail.TrailEntry(com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable var,
com.hp.hpl.jena.graph.Node value)
constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
var
protected com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable var
- The deferenced var which was bound
value
protected com.hp.hpl.jena.graph.Node value
- The value to which it was bound
| Constructor Detail |
Trail.TrailEntry
Trail.TrailEntry(com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable var, com.hp.hpl.jena.graph.Node value)
- constructor
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.hp.hpl.jena.reasoner.rulesys.impl.oldCode.Trail.TrailEntry