net.sf.magicproject.test
Class Xor
java.lang.Object
net.sf.magicproject.test.Test
net.sf.magicproject.test.TestBoolean
net.sf.magicproject.test.BinaryTest
net.sf.magicproject.test.Xor
@XmlTestElement(id=XOR)
public class Xor
- extends BinaryTest
- Since:
- 0.54
- Author:
- Fabrice Daugan
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getConstraintTest
public Test getConstraintTest(java.util.HashMap<java.lang.String,Expression> values)
- Description copied from class:
BinaryTest
- Return this test where values depending on values of this action have been
replaced.
- Specified by:
getConstraintTest
in class BinaryTest
- Parameters:
values
- are referecable values.
- Returns:
- a parsed test.
test
public boolean test(Ability ability,
Targetable tested)
- Description copied from class:
Test
- Indicates if the specified card matches with the test to do
- Specified by:
test
in class BinaryTest
- Parameters:
ability
- is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.tested
- the tested card
- Returns:
- true if the specified card matches with the test to do
testPreemption
public boolean testPreemption(Ability ability,
Targetable tested)
- Description copied from class:
Test
- Indicates if the specified card matches with the test to do.
- Specified by:
testPreemption
in class BinaryTest
- Parameters:
ability
- is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.tested
- the tested card
- Returns:
- true if the specified card matches with the test to do
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2007 Magic-Project. All Rights Reserved.