Uses of Interface
org.qdl_lang.variables.Constants
-
Packages that use Constants 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.org.qdl_lang.variables.values -
-
Uses of Constants in org.qdl_lang.evaluate
Classes in org.qdl_lang.evaluate that implement Constants Modifier and Type Class Description static class
StemEvaluator.ARForEachImpl
static class
StemEvaluator.SizeOf
static class
SystemEvaluator.ReduceAll
-
Uses of Constants in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement Constants 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 Constants in org.qdl_lang.util.aggregate
Subinterfaces of Constants 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.interface
ProcessStemValues
Interface for processors that traverse stems.Classes in org.qdl_lang.util.aggregate that implement Constants 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 Constants in org.qdl_lang.variables
Classes in org.qdl_lang.variables that implement Constants Modifier and Type Class Description class
Constant
Utility class to manage constants for the system.class
JSONAndStemUtility
Created by Jeff Gaynor
on 10/30/20 at 6:13 AMstatic class
QDLStem.ARGetkeys
static class
QDLStem.SizeOf
-
Uses of Constants in org.qdl_lang.variables.values
Classes in org.qdl_lang.variables.values that implement Constants Modifier and Type Class Description class
AllIndicesValue
Since this needs to be passed around, this is essentially a marker class.class
AxisRestrictionValue
class
BooleanValue
class
DecimalValue
class
DyadicFunctionReferenceValue
class
FunctionReferenceValue
class
LongValue
class
ModuleValue
class
QDLKey
A marker class for thoseQDLValue
s that may also function as keys to stems and lists.class
QDLNullValue
Since there is a single instance of theQDLNull
, there needs to be a dedicated class for it that sidesteps some bootstrapping issues.class
QDLValue
The top-level wrapper class for every value QDL knows about.class
SetValue
class
StemValue
class
StringValue
-