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

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

private static final class PlebeianScriptRunner.TestXOR
extends Object
implements PlebeianScriptConditional

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  PlebeianScriptConditional latter
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianScriptConditional prior
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.TestXOR(PlebeianScriptConditional head, PlebeianScriptConditional tail)
          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

latter

private final PlebeianScriptConditional latter
WRITEME: Document this brpocock@star-hope.org


prior

private final PlebeianScriptConditional prior
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.TestXOR

PlebeianScriptRunner.TestXOR(PlebeianScriptConditional head,
                             PlebeianScriptConditional tail)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
head - a test
tail - another test
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

toString

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