|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fundamentals.EuArg
An abstract class representing arguments to LEA commands. Will be either a numerical value, or a reference to an entry in the testDatabase.
Field Summary | |
protected double |
d
|
Constructor Summary | |
EuArg()
|
|
EuArg(double d)
|
Method Summary | |
double |
numericVal()
|
java.lang.String |
toString()
|
void |
update(librarian.ppProcessor ppp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected double d
Constructor Detail |
public EuArg(double d)
public EuArg()
Method Detail |
public double numericVal()
public java.lang.String toString()
toString
in class java.lang.Object
public void update(librarian.ppProcessor ppp) throws DesignException
DesignException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |