de.fuberlin.wiwiss.d2rq.helpers
Class VariableIndex
java.lang.Object
de.fuberlin.wiwiss.d2rq.helpers.VariableIndex
- All Implemented Interfaces:
- java.lang.Comparable
- public class VariableIndex
- extends java.lang.Object
- implements java.lang.Comparable
Helper class for storing the index of a node within a query.
- Author:
- jgarbers
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
tripleNr
public int tripleNr
nodeNr
public int nodeNr
VariableIndex
public VariableIndex(int triple,
int node)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()