Uses of Interface
org.qdl_lang.util.aggregate.ProcessStemValues
-
Packages that use ProcessStemValues 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.extensions.crypto The cryptographic module.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 ProcessStemValues in org.qdl_lang.evaluate
Classes in org.qdl_lang.evaluate that implement ProcessStemValues Modifier and Type Class Description static class
StemEvaluator.ARForEachImpl
static class
StemEvaluator.SizeOf
static class
SystemEvaluator.ReduceAll
-
Uses of ProcessStemValues in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement ProcessStemValues Modifier and Type Class Description protected class
Crypto.CodeChallenge.ProcessCodeChallenge
class
Crypto.DoJWTVerify
protected class
Crypto.HexToB64.ProcessHexToB64
protected class
Crypto.IdentityEncryptDecrypt
class
Crypto.IdentityJWT
protected class
Crypto.IdentitySymmetricDeorEncrypt
class
Crypto.ProcessB64ToHex
class
Crypto.ProcessB64ToInt
protected class
Crypto.ProcessHexToInt
protected class
Crypto.ProcessIntToB64
protected class
Crypto.ProcessIntToHex
protected class
Crypto.ReadOID.IdentityOIDS
-
Uses of ProcessStemValues in org.qdl_lang.util.aggregate
Subinterfaces of ProcessStemValues in org.qdl_lang.util.aggregate Modifier and Type Interface Description interface
ProcessScalar
Processing interface for stems and sets.interface
ProcessStemAxisRestriction
Process a stem but only to a specific rank.Classes in org.qdl_lang.util.aggregate that implement ProcessStemValues Modifier and Type Class Description class
AbstractIdentityStemProcess
class
AbstractNoOpStemImpl
No operations allowed implementation.class
AxisRestrictionIdentity
class
AxisRestrictionNoOp
class
IdentityScalarImpl
Basic (identity) implementation ofProcessScalar
, simply returns each argument unchanged.class
NoOpScalarImpl
Basic implementation ofProcessScalar
that simply throws an exception for each argument. -
Uses of ProcessStemValues in org.qdl_lang.variables
Classes in org.qdl_lang.variables that implement ProcessStemValues Modifier and Type Class Description static class
QDLStem.ARGetkeys
static class
QDLStem.SizeOf
-