|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.expression.ListExpression
public class ListExpression
Constructor Summary | |
---|---|
ListExpression(java.io.InputStream inputFile)
Creates a new instance of ListExpression Structure of InputStream : Data[size] list type [1] nb values : [1] value i : Expression [...] |
Method Summary | |
---|---|
int[] |
getList(Ability ability,
Targetable tested,
ContextEventListener context)
Return the computed integer list. |
boolean |
isEmpty()
Is this list is empty. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListExpression(java.io.InputStream inputFile) throws java.io.IOException
inputFile
- file containing this action
java.io.IOException
- if error occurred during the reading process from the specified
input streamMethod Detail |
---|
public int[] getList(Ability ability, Targetable tested, ContextEventListener context)
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 cardcontext
- is the context attached to this test.
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |