Uses of Class
dip.world.Map

Packages that use Map
dip.judge.parser   
dip.order   
dip.world   
 

Uses of Map in dip.judge.parser
 

Constructors in dip.judge.parser with parameters of type Map
JudgeOrderParser(Map map, OrderFactory orderFactory, java.lang.String input)
          Create a JudgeOrderParser
AdjustmentParser(Map map, java.lang.String input)
          Creates a AdjustmentParser object, which parses the given input for an Ownership and Adjustment info blocks
 

Uses of Map in dip.order
 

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

Uses of Map in dip.world
 

Fields in dip.world declared as Map
protected  Map Position.map
           
 

Methods in dip.world that return Map
 Map World.getMap()
          Returns the Map (dip.world.Map) associated with this World.
 

Constructors in dip.world with parameters of type Map
World(Map map)
          Constructs a World object.
Position(Map map)
           
 



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