|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tristate | |
dip.process | |
dip.world |
Uses of Tristate in dip.process |
Fields in dip.process declared as Tristate | |
static Tristate |
Tristate.TRUE
|
static Tristate |
Tristate.FALSE
|
static Tristate |
Tristate.UNCERTAIN
|
static Tristate |
Tristate.MAYBE
|
static Tristate |
Tristate.YES
|
static Tristate |
Tristate.NO
|
static Tristate |
Tristate.SUCCESS
|
static Tristate |
Tristate.FAILURE
|
Methods in dip.process that return Tristate | |
static Tristate |
Tristate.getTristate(boolean value)
Get a Tristate that is equivalent to the boolean |
Tristate |
OrderState.getEvalState()
Get the evaluation state. |
Tristate |
OrderState.getDislodgedState()
Get dislodged state. |
Methods in dip.process with parameters of type Tristate | |
void |
OrderState.setDislodgedState(Tristate value)
Set the dislodged state. |
void |
OrderState.setEvalState(Tristate value)
Set the evaluation state. |
Uses of Tristate in dip.world |
Methods in dip.world that return Tristate | |
Tristate |
Path.getConvoyRouteEvaluation(Move move,
Location invalidLoc,
java.util.List actualPath)
Convenience Method. |
static Tristate |
Path.evaluateRoutes(Adjudicator adj,
java.util.List routes,
Location invalid)
Determines the adjudication status of static convoy route(s), that are both valid and legal (verified). |
Tristate |
Path.getConvoyRouteEvaluation(Location src,
Location dest,
java.util.List validPath)
Convenience version of getConvoyRouteEvaluation() where the 'invalid' Location is set to null. |
Tristate |
Path.getConvoyRouteEvaluation(Location src,
Location dest,
Location invalid,
java.util.List validPath)
The convoying fleet specified in 'invalid' is considered to fail. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |