net.sf.jec
Class AssignOperator

java.lang.Object
  extended bynet.sf.jec.Operator
      extended bynet.sf.jec.AssignOperator

public class AssignOperator
extends Operator

AssignOperator does an assignation to an invertible operator. The value is calculated from another operator.

Author:
mballesteros

Field Summary
 
Fields inherited from class net.sf.jec.Operator
argOps, nestedOp, showFunctionString
 
Constructor Summary
AssignOperator(InvertibleOperator op1, Operator op2, boolean throwExceptions)
          Creates a new instance of AssignOperator
 
Method Summary
protected  java.lang.Object directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
 java.lang.String toExpressionString()
          Returns an expression String representation for this operator
 java.lang.String toFunctionString()
          Returns a function representation String for this operator
 
Methods inherited from class net.sf.jec.Operator
apply, setArgumentOperators, setNestedOperator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssignOperator

public AssignOperator(InvertibleOperator op1,
                      Operator op2,
                      boolean throwExceptions)
Creates a new instance of AssignOperator

Method Detail

directMap

protected java.lang.Object directMap(java.lang.Object rootCtx,
                                     java.lang.Object ctx)
                              throws EvaluationException
Returns the associated value to the given context and root context

Specified by:
directMap in class Operator
Parameters:
rootCtx - The root context, needed for operators that require expression evaluation from root point. Example: Indexer operators
ctx - The current context where the operator will work over
Throws:
EvaluationException

toFunctionString

public java.lang.String toFunctionString()
Returns a function representation String for this operator

Specified by:
toFunctionString in class Operator

toExpressionString

public java.lang.String toExpressionString()
Returns an expression String representation for this operator

Specified by:
toExpressionString in class Operator


Copyright © 2003 SourceForge. All Rights Reserved.