Uses of Class
org.starhope.appius.game.npc.plebeian.PlebeianTestClause

Packages that use PlebeianTestClause
org.starhope.appius.game.npc.plebeian   
 

Uses of PlebeianTestClause in org.starhope.appius.game.npc.plebeian
 

Fields in org.starhope.appius.game.npc.plebeian declared as PlebeianTestClause
private  PlebeianTestClause PlebeianExpression.myTest
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game.npc.plebeian that return PlebeianTestClause
 PlebeianTestClause PlebeianTestClause.addAccusativeProposition(String acc)
          WRITEME: Document this method brpocock@star-hope.org
 PlebeianTestClause PlebeianTestClause.addDativeProposition(String dat)
          WRITEME: Document this method brpocock@star-hope.org
 PlebeianTestClause PlebeianTestClause.addLocativeProposition(String loc)
          WRITEME: Document this method brpocock@star-hope.org
 PlebeianTestClause PlebeianTestClause.addNominativeProposition(String nom)
          WRITEME: Document this method brpocock@star-hope.org
 PlebeianTestClause PlebeianTestClause.addVerbProposition(String v)
          add a verb proposition to this test clause
(package private)  PlebeianTestClause PlebeianScriptRunner.parseTestClause(StringTokenizer tokens)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.game.npc.plebeian with parameters of type PlebeianTestClause
PlebeianExpression(String testState, PlebeianTestClause test, PlebeianScript outcome, AbstractUser user)
          construct a new Plebeian script expression