Uses of Class
org.qdl_lang.variables.QDLSet
-
Packages that use QDLSet 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 Utilities for QDL.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.org.qdl_lang.variables.values -
-
Uses of QDLSet in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate that return QDLSet Modifier and Type Method Description protected QDLSetOpEvaluator. applyToSet(QDLStem lArg, QDLSet rArg, QDLValue defaultValue, State state, Dyad dyad)protected QDLSetMathEvaluator. doCodec(Polyad polyad, QDLSet<QDLValue> inSet, AbstractCodec codec, boolean isEncode)protected QDLSetStringEvaluator. doReplace(Polyad polyad, QDLSet<QDLValue> inSet, QDLStem replacements, QDLStem regexStem, State state)Methods in org.qdl_lang.evaluate with parameters of type QDLSet Modifier and Type Method Description protected QDLSetOpEvaluator. applyToSet(QDLStem lArg, QDLSet rArg, QDLValue defaultValue, State state, Dyad dyad)protected QDLSetMathEvaluator. doCodec(Polyad polyad, QDLSet<QDLValue> inSet, AbstractCodec codec, boolean isEncode)protected QDLSetStringEvaluator. doReplace(Polyad polyad, QDLSet<QDLValue> inSet, QDLStem replacements, QDLStem regexStem, State state)static voidAbstractEvaluator. processSet1(QDLSet outSet, QDLSet<QDLValue> arg, AbstractEvaluator.fPointer pointer)static voidAbstractEvaluator. processSet2(QDLSet<QDLValue> outSet, QDLSet<QDLValue> inSet, Object scalar, boolean scalarRHS, AbstractEvaluator.fPointer pointer, ExpressionImpl polyad, boolean optionalArgs)Apply a scalar to every element in a set.static QDLValueAbstractEvaluator. processSet2(QDLSet leftSet, QDLSet rightSet, AbstractEvaluator.fPointer pointer, ExpressionImpl polyad, boolean optionalArgs)Operations on two sets can return either a set (e.g. -
Uses of QDLSet in org.qdl_lang.util
Methods in org.qdl_lang.util with parameters of type QDLSet Modifier and Type Method Description static StringInputFormUtil. inputForm(QDLSet set) -
Uses of QDLSet in org.qdl_lang.util.aggregate
Methods in org.qdl_lang.util.aggregate that return QDLSet Modifier and Type Method Description static QDLSetQDLAggregateUtil. processSet(QDLSet<QDLValue> inSet, ProcessScalar processScalar)Process the elements in a set, including nested sets.Methods in org.qdl_lang.util.aggregate with parameters of type QDLSet Modifier and Type Method Description ObjectAxisRestrictionIdentity. process(List<Object> index, Object key, QDLSet set)ObjectAxisRestrictionNoOp. process(List<Object> index, Object key, QDLSet sset)ObjectProcessStemAxisRestriction. process(List<Object> index, Object key, QDLSet sset)static QDLSetQDLAggregateUtil. processSet(QDLSet<QDLValue> inSet, ProcessScalar processScalar)Process the elements in a set, including nested sets. -
Uses of QDLSet in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return QDLSet Modifier and Type Method Description QDLSetQDLSet. difference(QDLSet arg)QDLSetQDLSet. intersection(QDLSet arg)QDLSetQDLSet. symmetricDifference(QDLSet arg)QDLSetQDLSet. union(QDLSet arg)QDLSet<QDLValue>QDLStem. values()Be aware that this creates an actual set so it reads every item.QDLSetQDLStem. valueSet()Methods in org.qdl_lang.variables with parameters of type QDLSet Modifier and Type Method Description voidQDLList. append(QDLSet<QDLValue> set)QDLSetQDLSet. difference(QDLSet arg)QDLSetQDLSet. intersection(QDLSet arg)booleanQDLSet. isEqualTo(QDLSet arg)booleanQDLSet. isSubsetOf(QDLSet arg)QDLSetQDLSet. symmetricDifference(QDLSet arg)QDLSetQDLSet. union(QDLSet arg) -
Uses of QDLSet in org.qdl_lang.variables.values
Fields in org.qdl_lang.variables.values declared as QDLSet Modifier and Type Field Description protected QDLSetQDLValue. setValueMethods in org.qdl_lang.variables.values that return QDLSet Modifier and Type Method Description QDLSetQDLValue. asSet()Constructors in org.qdl_lang.variables.values with parameters of type QDLSet Constructor Description SetValue(QDLSet value)
-