Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.reasoner.rulesys.impl.oldCode
Class Trail.TrailEntry  view Trail.TrailEntry download Trail.TrailEntry.java

java.lang.Object
  extended bycom.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