|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.action.MAction
net.sf.magicproject.action.UserAction
net.sf.magicproject.action.intlist.IntList
public abstract class IntList
| Method Summary | |
|---|---|
Actiontype |
getIdAction()
Return the index of this action. |
abstract boolean |
play(ContextEventListener context,
Ability ability)
Generate event associated to this action. |
static IntList |
readNextIntList(java.io.InputStream inputFile)
Read the next TargetList object |
java.lang.String |
toHtmlString(Ability ability,
int times,
ContextEventListener context)
Return the HTML code representing this action. |
abstract java.lang.String |
toString(Ability ability)
String representation of this action. |
| Methods inherited from class net.sf.magicproject.action.UserAction |
|---|
getActionName, manaNeeded, toHtmlString |
| Methods inherited from class net.sf.magicproject.action.MAction |
|---|
equal, parseTest, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static IntList readNextIntList(java.io.InputStream inputFile)
throws java.io.IOException
inputFile - the streamcontaining the definition of next TargetList object.
java.io.IOException - If some other I/O error occurspublic final Actiontype getIdAction()
MAction
getIdAction in class UserActionActiontype
public abstract boolean play(ContextEventListener context,
Ability ability)
StandardAction
play in interface StandardActioncontext - is the context attached to this action.ability - is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.
public abstract java.lang.String toString(Ability ability)
MAction
toString in class UserActionability - is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.
Object.toString()
public final java.lang.String toHtmlString(Ability ability,
int times,
ContextEventListener context)
MAction
toHtmlString in class UserActionability - is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.times - the times to repeat this action.context - is the context attached to this action.
MAction.toString(Ability),
MAction.toHtmlString(Ability, ContextEventListener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||