|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderFactory | |
dip.gui.order | |
dip.judge.net | |
dip.judge.parser | |
dip.order | |
dip.process |
Uses of OrderFactory in dip.gui.order |
Subclasses of OrderFactory in dip.gui.order | |
class |
GUIOrderFactory
Creates GUIOrders. |
Uses of OrderFactory in dip.judge.net |
Constructors in dip.judge.net with parameters of type OrderFactory | |
FlocImporter(java.lang.String gameName,
java.lang.String judgeName,
OrderFactory orderFactory,
FlocImporter.FlocImportCallback fic)
Create a floc.net importer. |
Uses of OrderFactory in dip.judge.parser |
Constructors in dip.judge.parser with parameters of type OrderFactory | |
JudgeParser(OrderFactory orderFactory,
java.io.Reader r)
Create a JudgeParser, and start parsing. |
|
JudgeOrderParser(Map map,
OrderFactory orderFactory,
java.lang.String input)
Create a JudgeOrderParser |
|
JudgeImport(OrderFactory orderFactory,
java.io.File file,
World currentWorld)
Creates a JudgeImport object from a File |
|
JudgeImport(OrderFactory orderFactory,
java.lang.String input)
Creates a JudgeImport object from a String |
|
JudgeImport(OrderFactory orderFactory,
java.io.Reader reader,
World currentWorld)
Creates a JudgeImport object from a generic Reader |
Uses of OrderFactory in dip.order |
Methods in dip.order that return OrderFactory | |
static OrderFactory |
OrderFactory.getDefault()
Get the default OrderFactory, which is dip.order.OrderFactory.DefaultOrderFactory. |
Methods in dip.order with parameters of type OrderFactory | |
Order |
OrderParser.parse(OrderFactory orderFactory,
java.lang.String text,
Power power,
TurnState turnState,
boolean locked,
boolean guess)
Parse an order to an Order object. |
static java.lang.String |
OrderFormat.getFormatExample(OrderFormatOptions ofo,
OrderFactory of)
Gets an example order, suitable for display in a user interface, using the given OrderFormatOptions. |
NJudgeOrderParser.NJudgeOrder |
NJudgeOrderParser.parse(Map map,
OrderFactory orderFactory,
Phase.PhaseType phaseType,
java.lang.String line)
Parse a single line order. |
Uses of OrderFactory in dip.process |
Constructors in dip.process with parameters of type OrderFactory | |
StdAdjudicator(OrderFactory orderFactory,
TurnState ts)
Create a Adjudicator for the Standard rules, that will evaluate all Orders for the current TurnState. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |