public abstract class AbstractOperator extends Object implements IOperator
Constructor and Description |
---|
AbstractOperator() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getDescription() |
String |
getTooltip() |
int |
getType() |
void |
setType(int type) |
abstract String |
toString() |
public int getType()
public abstract String toString()
public String getTooltip()
getTooltip
in interface IOperator
public abstract String getDescription()