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,- Constants
 - Direct Known Subclasses:
- QDLStem.ARGetkeys,- QDLStem.SizeOf,- StemEvaluator.ARForEachImpl,- StemEvaluator.SizeOf
 
 public class AxisRestrictionIdentity extends AbstractIdentityStemProcess implements ProcessStemAxisRestriction 
- 
- 
Field SummaryFields Modifier and Type Field Description protected intaxis- 
Fields inherited from interface org.qdl_lang.variables.ConstantsALL_INDICES_NAME, ALL_INDICES_TYPE, ARG_COUNT_TYPE, AXIS_RESTRICTION_NAME, AXIS_RESTRICTION_TYPE, BOOLEAN_NAME, BOOLEAN_TYPE, DECIMAL_NAME, DECIMAL_TYPE, DYADIC_FUNCTION_NAME, DYADIC_FUNCTION_TYPE, FUNCTION_NAME, FUNCTION_TYPE, INTEGER_TYPE, LIST_NAME, LIST_TYPE, LONG_NAME, LONG_TYPE, MODULE_NAME, MODULE_TYPE, NULL_NAME, NULL_TYPE, SET_NAME, SET_TYPE, STEM_NAME, STEM_TYPE, STRING_NAME, STRING_TYPE, UNKNOWN_NAME, UNKNOWN_TYPE
 - 
Fields inherited from interface org.qdl_lang.util.aggregate.ProcessStemAxisRestrictionALL_AXES
 
- 
 - 
Constructor SummaryConstructors Constructor Description AxisRestrictionIdentity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAxis()Objectprocess(List<Object> index, Object key, QDLSet set)Objectprocess(List<Object> index, Object key, QDLStem value)- 
Methods inherited from class org.qdl_lang.util.aggregate.AbstractIdentityStemProcessgetDefaultValue, process, process, process, process, process, process, process, process, process
 
- 
 
- 
- 
- 
Method Detail- 
processpublic Object process(List<Object> index, Object key, QDLSet set) - Specified by:
- processin interface- ProcessStemAxisRestriction
 
 - 
processpublic Object process(List<Object> index, Object key, QDLStem value) - Specified by:
- processin interface- ProcessStemAxisRestriction
 
 - 
getAxispublic int getAxis() - Specified by:
- getAxisin interface- ProcessStemAxisRestriction
- Returns:
 
 
- 
 
-