org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.TestIndirectContains

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.TestIndirectContains
All Implemented Interfaces:
PlebeianScriptConditional
Enclosing class:
PlebeianScriptRunner

private final class PlebeianScriptRunner.TestIndirectContains
extends Object
implements PlebeianScriptConditional

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String keyword
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.TestIndirectContains(String string)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 boolean evaluate()
          WRITEME: Document this method brpocock@star-hope.org
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keyword

private final String keyword
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.TestIndirectContains

PlebeianScriptRunner.TestIndirectContains(String string)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
string - WRITEME
Method Detail

evaluate

public boolean evaluate()
Description copied from interface: PlebeianScriptConditional
WRITEME: Document this method brpocock@star-hope.org

Specified by:
evaluate in interface PlebeianScriptConditional
Returns:
the result of evaluating some condition or other
See Also:
PlebeianScriptConditional.evaluate()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()