com.singularsys.jep
Interface JepComponent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Evaluator, NumberFactory, Parser
All Known Implementing Classes:
BigDecFunctionTable, BigDecNumberFactory, BigDecOperatorTable, CaseInsensitiveFunctionTable, CaseInsensitiveVariableTable, ConfigurableParser, DoubleNumberFactory, ExtendedOperatorSet, FunctionTable, NodeFactory, OperatorTable, PostfixEvaluator, PrintVisitor, RealEvaluator, StandardEvaluator, StandardFunctionTable, StandardOperatorTable, StandardParser, StandardVariableTable, VariableFactory, VariableTable

public interface JepComponent
extends java.io.Serializable

Base interface for all Jep components (parsers, evaluators etc).

Author:
Richard Morris

Method Summary
 void init(Jep jep)
          Initialize the component.
 

Method Detail

init

void init(Jep jep)
Initialize the component. This methods is called whenever a component is added to Jep. Hence it allows components to keep track of the other components they may rely on.

Parameters:
jep - the current Jep instance


Copyright © 2007 Singular Systems http://www.singularsys.com/jep