org.jfree.formula.operators
public interface OperatorFactory
Method Summary | |
---|---|
InfixOperator | createInfixOperator(String operator) |
PostfixOperator | createPostfixOperator(String operator) |
PrefixOperator | createPrefixOperator(String operator) |
void | initalize(Configuration configuration) |