Uses of Interface
org.qdl_lang.util.aggregate.ProcessStemAxisRestriction
-
Packages that use ProcessStemAxisRestriction Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables Variables in QDL and classes that support them. -
-
Uses of ProcessStemAxisRestriction in org.qdl_lang.evaluate
Classes in org.qdl_lang.evaluate that implement ProcessStemAxisRestriction Modifier and Type Class Description static class
StemEvaluator.ARForEachImpl
static class
StemEvaluator.SizeOf
-
Uses of ProcessStemAxisRestriction in org.qdl_lang.util.aggregate
Classes in org.qdl_lang.util.aggregate that implement ProcessStemAxisRestriction Modifier and Type Class Description class
AxisRestrictionIdentity
class
AxisRestrictionNoOp
Methods in org.qdl_lang.util.aggregate with parameters of type ProcessStemAxisRestriction Modifier and Type Method Description static Object
QDLAggregateUtil. process(QDLStem stem, ProcessStemAxisRestriction processRankRestriction)
Start processing for an axis restricted function.static QDLStem
QDLAggregateUtil. processStem(QDLStem inStem, List index, ProcessStemAxisRestriction processRankRestriction, int currentDepth)
-
Uses of ProcessStemAxisRestriction in org.qdl_lang.variables
Classes in org.qdl_lang.variables that implement ProcessStemAxisRestriction Modifier and Type Class Description static class
QDLStem.ARGetkeys
static class
QDLStem.SizeOf
-