Class AgentMsgHelpers.FindMatching

java.lang.Object
  extended by AgentMsgHelpers.FindMatching
All Implemented Interfaces:
IFuncObj<IMsg,java.lang.Boolean>
Enclosing class:
AgentMsgHelpers

public class AgentMsgHelpers.FindMatching
extends java.lang.Object
implements IFuncObj<IMsg,java.lang.Boolean>

Exists solely for testing purposes


Constructor Summary
AgentMsgHelpers.FindMatching(int nToMatch)
           
 
Method Summary
 java.lang.Boolean doFunc(IMsg in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentMsgHelpers.FindMatching

public AgentMsgHelpers.FindMatching(int nToMatch)
Method Detail

doFunc

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