public abstract class AbstractOperator extends Object implements FunctionNode
| Modifier and Type | Field and Description |
|---|---|
protected FunctionParser |
parser |
protected String |
returnClassName |
| Constructor and Description |
|---|
AbstractOperator() |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionNode[] |
getArgs() |
abstract int |
getNbArgs() |
abstract String |
getSymbol() |
boolean |
isLeaf()
Is it a leaf? Only used to help some toString methods.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMDD, toStringprotected String returnClassName
protected FunctionParser parser
public boolean isLeaf()
FunctionNodeisLeaf in interface FunctionNodepublic abstract String getSymbol()
public abstract int getNbArgs()
public abstract FunctionNode[] getArgs()
Copyright © 2009–2020. All rights reserved.