SciLib.AI.Search
Class Result

java.lang.Object
  extended by SciLib.AI.Search.Result

public class Result
extends java.lang.Object

This class contains some methods to handle the linear programming


Field Summary
protected  double flimit
           
protected  SearchNode result
           
 
Constructor Summary
Result()
           
Result(SearchNode result, double flimit)
           
 
Method Summary
 double getFlimit()
           
 SearchNode getResult()
           
 void setFlimit(double f)
           
 void setResult(SearchNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flimit

protected double flimit

result

protected SearchNode result
Constructor Detail

Result

public Result()

Result

public Result(SearchNode result,
              double flimit)
Method Detail

getResult

public SearchNode getResult()

getFlimit

public double getFlimit()

setResult

public void setResult(SearchNode node)

setFlimit

public void setFlimit(double f)