Package org.qdl_lang.util.aggregate
Class AxisRestrictionNoOp
- java.lang.Object
-
- org.qdl_lang.util.aggregate.AbstractNoOpStemImpl
-
- org.qdl_lang.util.aggregate.AxisRestrictionNoOp
-
- All Implemented Interfaces:
ProcessStemAxisRestriction
,ProcessStemValues
public class AxisRestrictionNoOp extends AbstractNoOpStemImpl implements ProcessStemAxisRestriction
-
-
Field Summary
-
Fields inherited from interface org.qdl_lang.util.aggregate.ProcessStemAxisRestriction
ALL_AXES
-
-
Constructor Summary
Constructors Constructor Description AxisRestrictionNoOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAxis()
Object
process(List<Object> index, Object key, QDLSet sset)
Object
process(List<Object> index, Object key, QDLStem value)
-
Methods inherited from class org.qdl_lang.util.aggregate.AbstractNoOpStemImpl
process, process, process, process, process, process, process, process
-
-
-
-
Method Detail
-
process
public Object process(List<Object> index, Object key, QDLSet sset)
- Specified by:
process
in interfaceProcessStemAxisRestriction
-
process
public Object process(List<Object> index, Object key, QDLStem value)
- Specified by:
process
in interfaceProcessStemAxisRestriction
-
getAxis
public int getAxis()
- Specified by:
getAxis
in interfaceProcessStemAxisRestriction
- Returns:
-
-