as.clynx.interfaces
Class EvalNode

java.lang.Object
  extended by as.clynx.interfaces.EvalNode
Direct Known Subclasses:
DefEvalNode

public abstract class EvalNode
extends java.lang.Object

The class EvalNode.java is part of the connection to other applications. it contains all information needed by the evaluation.

Version:
cLynx v.1.2, JDK 6.0: 16.10.2007
Author:
Andreas Senfter - andreas@senfters.com

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

EvalNode

public EvalNode(java.lang.String filename)
Constructor

Parameters:
filename -
Method Detail

getUrl

public java.lang.String getUrl()
returns the file location

Returns:
the file location

getPosition

public abstract Position2D getPosition()
returns the position in 2D

Returns:
the position in 2D