edu.buffalo.nsf.xmlcqa.data.stream
Class StreamDist.Path
java.lang.Object
edu.buffalo.nsf.xmlcqa.data.stream.StreamDist.Path
- Enclosing class:
- StreamDist
- protected static class StreamDist.Path
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cost
protected int cost
dir
protected int dir
EMPTY
protected static final StreamDist.Path EMPTY
parent
protected StreamDist.Path parent
ROOT
protected static final StreamDist.Path ROOT
StreamDist.Path
protected StreamDist.Path(StreamDist.Path parent,
int dir,
int cost)
consume
public StreamDist.Path consume(Token t,
int dir)
consume
public StreamDist.Path consume(Token x,
Token y)
getCost
public int getCost()
getDir
public int getDir()
toString
public java.lang.String toString()