Package org.qdl_lang.util.aggregate
Interface ProcessStemAxisRestriction
-
- All Superinterfaces:
ProcessStemValues
- All Known Implementing Classes:
AxisRestrictionIdentity
,AxisRestrictionNoOp
,QDLStem.ARGetkeys
,QDLStem.SizeOf
,StemEvaluator.ARForEachImpl
,StemEvaluator.SizeOf
public interface ProcessStemAxisRestriction extends ProcessStemValues
Process a stem but only to a specific rank. This then hands off processing to the main method, returning a value
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL_AXES
Used to mean no rank restrictions for this processor.
-
-
-
Field Detail
-
ALL_AXES
static final int ALL_AXES
Used to mean no rank restrictions for this processor.- See Also:
- Constant Field Values
-
-