net.sf.magicproject.test
Class Not

java.lang.Object
  extended by net.sf.magicproject.test.Test
      extended by net.sf.magicproject.test.TestBoolean
          extended by net.sf.magicproject.test.Not

public class Not
extends TestBoolean

Not.java Created on 25 feb. 2004

Since:
0.54
Author:
Fabrice Daugan

Constructor Summary
Not(Test test)
          Create a new instance of Not given the other test.
 
Method Summary
 void extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
          Add to the specified list, the events modifying the result of this test.
 boolean test(Ability ability, Targetable tested)
          Indicates if the specified card matches with the test to do
 boolean testPreemption(Ability ability, Targetable tested)
          Indicates if the specified card matches with the test to do.
 java.lang.String toString()
           
 
Methods inherited from class net.sf.magicproject.test.Test
getConstraintTest, getOptimizedController
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Not

public Not(Test test)
Create a new instance of Not given the other test.

Parameters:
test - the other test.
Method Detail

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 TestBoolean
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

extractTriggeredEvents

public void extractTriggeredEvents(java.util.List<MEventListener> res,
                                   MCard source,
                                   Test globalTest)
Description copied from class: Test
Add to the specified list, the events modifying the result of this test.

Overrides:
extractTriggeredEvents in class Test
Parameters:
res - is the list of events to fill
source - is the card source of event
globalTest - the optional global test to include in the event test.

testPreemption

public boolean testPreemption(Ability ability,
                              Targetable tested)
Description copied from class: Test
Indicates if the specified card matches with the test to do.

Overrides:
testPreemption in class Test
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.