|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jec.Operator net.sf.jec.namedop.GroupOperator
GroupOperator is the abstract parent class of every operator that operates over a group (an object implementing the Map interface)
Field Summary |
Fields inherited from class net.sf.jec.Operator |
argOps, nestedOp, showFunctionString |
Constructor Summary | |
GroupOperator()
Creates a new GroupOperator |
Method Summary | |
protected java.lang.Object |
applyToGroup(java.lang.Object rootCtx,
java.util.Map map)
Applies operator over a group... |
Methods inherited from class net.sf.jec.Operator |
apply, directMap, setArgumentOperators, setNestedOperator, toExpressionString, toFunctionString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupOperator()
Method Detail |
protected java.lang.Object applyToGroup(java.lang.Object rootCtx, java.util.Map map) throws EvaluationException
EvaluationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |