org.demac.process.base.dpdl
Interface Xpression

All Known Implementing Classes:
XpressionImpl

public interface Xpression

An expression holding an arbitrary set of actual parameters as operands and a function as an operator to evaluate the expression. This is represented by a org.demac.process.base.dpdl.Tool, which has exactly these characterisctics.


Method Summary
 Tool getTool()
           
 

Method Detail

getTool

Tool getTool()
Returns:
the org.demac.process.base.dpdl.Tool holding the operands and the operator of the expression.