|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.expression.Expression
net.sf.magicproject.expression.ReferenceValue
public class ReferenceValue
This expression represent a referencable value.
| Constructor Summary | |
|---|---|
ReferenceValue(java.io.InputStream inputFile)
Creates a new instance of ReferenceValue Structure of InputStream : Data[size] expressionName + '\0' [...] |
|
| Method Summary | |
|---|---|
Expression |
getConstraintExpression(java.util.Map<java.lang.String,Expression> values)
Returns this expression where values depending on values of this action have been replaced. |
java.lang.Object |
getObject(Ability ability,
Targetable tested,
ContextEventListener context)
Returns the object value of this expression. |
int |
getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Returns the integer value of this expression |
| Methods inherited from class net.sf.magicproject.expression.Expression |
|---|
canBePreempted, extractTriggeredEvents, getObjectClass, getPreemptionValue, isConstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceValue(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 stream| Method Detail |
|---|
public Expression getConstraintExpression(java.util.Map<java.lang.String,Expression> values)
Expression
getConstraintExpression in class Expressionvalues - are referecable values.
public java.lang.Object getObject(Ability ability,
Targetable tested,
ContextEventListener context)
Expression
getObject in class Expressionability - the ability owning this test. The card component of this ability
should correspond tho the card owning this test too.tested - the tested cardcontext - the context event listener
public int getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Expression
getValue in class Expressionability - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||