|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdTest | |
---|---|
net.sf.magicproject.test | Provides all tests. |
net.sf.magicproject.xml | XML builder components : parsing xml cards/rules to build the MDB file. |
Uses of IdTest in net.sf.magicproject.test |
---|
Methods in net.sf.magicproject.test that return IdTest | |
---|---|
static IdTest |
IdTest.deserialize(java.io.InputStream input)
Read and return the enum from the given inputstream. |
static IdTest |
IdTest.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdTest[] |
IdTest.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of IdTest in net.sf.magicproject.xml |
---|
Methods in net.sf.magicproject.xml with parameters of type IdTest | |
---|---|
static void |
XmlTest.buildMdbBinary(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTests)
Write the contained binary test of the specified node to the given output stream. |
static void |
XmlTest.buildMdbCard(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTests)
Write the contained test relative to a card of the specified node to the given outputstream. |
static void |
XmlTest.buildMdbObject(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTests)
Write the contained test relative to a card of the specified node to the given output stream. |
static void |
XmlTest.buildMdbPlayer(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTestPlayer)
Write the contained test relative to a card associated to a player of the specified node to the given output stream. |
static void |
XmlTest.buildMdbPlayerplayer(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTestPlayer)
Write the contained test relative to a card associated to a player of the specified node to the given output stream. |
static void |
XmlTest.buildMdbTargetable(XmlParser.Node node,
java.io.OutputStream out,
IdTest idTests)
Writes the contained test relative to a targetable of the given node to the given output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |