Package org.qdl_lang.util.aggregate
Class AxisRestrictionIdentity
- java.lang.Object
-
- org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
-
- org.qdl_lang.util.aggregate.AxisRestrictionIdentity
-
- All Implemented Interfaces:
ProcessStemAxisRestriction
,ProcessStemValues
- Direct Known Subclasses:
QDLStem.ARGetkeys
,QDLStem.SizeOf
,StemEvaluator.ARForEachImpl
,StemEvaluator.SizeOf
public class AxisRestrictionIdentity extends AbstractIdentityStemProcess implements ProcessStemAxisRestriction
-
-
Field Summary
Fields Modifier and Type Field Description protected int
axis
-
Fields inherited from interface org.qdl_lang.util.aggregate.ProcessStemAxisRestriction
ALL_AXES
-
-
Constructor Summary
Constructors Constructor Description AxisRestrictionIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAxis()
Object
process(List<Object> index, Object key, QDLSet set)
Object
process(List<Object> index, Object key, QDLStem value)
-
Methods inherited from class org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
getDefaultValue, process, process, process, process, process, process, process, process
-
-
-
-
Method Detail
-
process
public Object process(List<Object> index, Object key, QDLSet set)
- 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:
-
-