org.xistrat.math
Class SearchPos

java.lang.Object
  extended by org.xistrat.math.SearchPos

public class SearchPos
extends java.lang.Object

Since:
0.5.42

Field Summary
 int depth
           
 int distIE
           
 int location
           
 int precessor
           
 
Constructor Summary
SearchPos(int location, int depth, int pre, int distIE)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public int location

depth

public int depth

precessor

public int precessor

distIE

public int distIE
Constructor Detail

SearchPos

public SearchPos(int location,
                 int depth,
                 int pre,
                 int distIE)