Class TreeConstraintAgent.SelectMsgWithTrueVar

java.lang.Object
  extended by TreeConstraintAgent.SelectMsgWithTrueVar
All Implemented Interfaces:
IFuncObj<TreeConstraintState,java.lang.Boolean>
Enclosing class:
TreeConstraintAgent

public static class TreeConstraintAgent.SelectMsgWithTrueVar
extends java.lang.Object
implements IFuncObj<TreeConstraintState,java.lang.Boolean>


Constructor Summary
TreeConstraintAgent.SelectMsgWithTrueVar(int nVarIdx)
           
 
Method Summary
 java.lang.Boolean doFunc(TreeConstraintState msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeConstraintAgent.SelectMsgWithTrueVar

public TreeConstraintAgent.SelectMsgWithTrueVar(int nVarIdx)
Method Detail

doFunc

public java.lang.Boolean doFunc(TreeConstraintState msg)
Specified by:
doFunc in interface IFuncObj<TreeConstraintState,java.lang.Boolean>