Uses of Class
dip.world.Phase.PhaseType

Packages that use Phase.PhaseType
dip.judge.parser   
dip.net.message   
dip.order   
dip.world   
 

Uses of Phase.PhaseType in dip.judge.parser
 

Methods in dip.judge.parser that return Phase.PhaseType
 Phase.PhaseType JudgeOrderParser.getPhaseType()
          Returns the phase of the processed orders.
 

Uses of Phase.PhaseType in dip.net.message
 

Methods in dip.net.message that return Phase.PhaseType
 Phase.PhaseType[] PressConfiguration.getProhibitedPhases()
          Get which phases (if any) during which Press is prohibited
 

Methods in dip.net.message with parameters of type Phase.PhaseType
 void PressConfiguration.setProhibitedPhases(Phase.PhaseType[] types)
          Set which phases (if any) during which Press is prohibited
 

Uses of Phase.PhaseType in dip.order
 

Methods in dip.order with parameters of type Phase.PhaseType
 NJudgeOrderParser.NJudgeOrder NJudgeOrderParser.parse(Map map, OrderFactory orderFactory, Phase.PhaseType phaseType, java.lang.String line)
          Parse a single line order.
 

Uses of Phase.PhaseType in dip.world
 

Fields in dip.world declared as Phase.PhaseType
protected  Phase.PhaseType Phase.phaseType
           
static Phase.PhaseType Phase.PhaseType.ADJUSTMENT
          Adjustment PhaseType
static Phase.PhaseType Phase.PhaseType.MOVEMENT
          Movement PhaseType
static Phase.PhaseType Phase.PhaseType.RETREAT
          Retreat PhaseType
static Phase.PhaseType[] Phase.PhaseType.ALL
          PhaseType array Warning: this should not be mutated.
 

Methods in dip.world that return Phase.PhaseType
 Phase.PhaseType Phase.getPhaseType()
          Returns the PhaseType
 Phase.PhaseType Phase.PhaseType.getNext()
          Get the next PhaseType, in sequence.
 Phase.PhaseType Phase.PhaseType.getPrevious()
          Get the previous PhaseType, in sequence.
static Phase.PhaseType Phase.PhaseType.parse(java.lang.String in)
          Returns the appropriate PhaseType constant representing the input, or null.
 

Methods in dip.world with parameters of type Phase.PhaseType
static boolean Phase.isValid(Phase.SeasonType st, Phase.PhaseType pt)
          Determines if this phase is valid.
 

Constructors in dip.world with parameters of type Phase.PhaseType
Phase(Phase.SeasonType seasonType, int year, Phase.PhaseType phaseType)
          Create a new Phase.
Phase(Phase.SeasonType seasonType, Phase.YearType yearType, Phase.PhaseType phaseType)
          Create a new Phase.
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.