Class DefaultOperatorFactory
java.lang.Object
org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
- All Implemented Interfaces:
OperatorFactory
Creation-Date: 02.11.2006, 12:29:27
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInfixOperator
(String operator) createPostfixOperator
(String operator) createPrefixOperator
(String operator) void
initalize
(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
Constructor Details
-
DefaultOperatorFactory
public DefaultOperatorFactory()
-
-
Method Details
-
initalize
public void initalize(org.pentaho.reporting.libraries.base.config.Configuration configuration) - Specified by:
initalize
in interfaceOperatorFactory
-
createInfixOperator
- Specified by:
createInfixOperator
in interfaceOperatorFactory
-
createPostfixOperator
- Specified by:
createPostfixOperator
in interfaceOperatorFactory
-
createPrefixOperator
- Specified by:
createPrefixOperator
in interfaceOperatorFactory
-