|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.test.Test net.sf.magicproject.test.ContextTest
public final class ContextTest
Method Summary | |
---|---|
static ContextTest |
getInstance()
Return the unique instance of this class. |
Test |
getTest()
Return the test of this context. |
boolean |
test(Ability ability,
Targetable tested)
Indicates if the specified card matches with the test to do |
Methods inherited from class net.sf.magicproject.test.Test |
---|
extractTriggeredEvents, getConstraintTest, getOptimizedController, testPreemption |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean test(Ability ability, Targetable tested)
Test
test
in class Test
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
public Test getTest()
public static ContextTest getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |