|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJava.parser.FunctionParser.Function
protected abstract static class FunctionParser.Function
Constructor Summary | |
---|---|
protected |
FunctionParser.Function()
|
Method Summary | |
---|---|
abstract double |
calculate(java.util.Stack stack)
|
abstract int |
getArgs()
|
abstract java.lang.String |
getName()
|
abstract java.lang.String |
getSBML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FunctionParser.Function()
Method Detail |
---|
public abstract double calculate(java.util.Stack stack)
public abstract java.lang.String getName()
public abstract java.lang.String getSBML()
public abstract int getArgs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |