|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.interfaces.EvalNode
public abstract class EvalNode
The class EvalNode.java is part of the connection to other applications. it contains all information needed by the evaluation.
Constructor Summary | |
---|---|
EvalNode(java.lang.String filename)
Constructor |
Method Summary | |
---|---|
abstract Position2D |
getPosition()
returns the position in 2D |
java.lang.String |
getUrl()
returns the file location |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvalNode(java.lang.String filename)
filename
- Method Detail |
---|
public java.lang.String getUrl()
public abstract Position2D getPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |