Uses of Package
edu.uiuc.ncsa.qdl.state
-
Packages that use edu.uiuc.ncsa.qdl.state Package Description edu.uiuc.ncsa.qdl.config All things relating to the QDL configuration file.edu.uiuc.ncsa.qdl.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.edu.uiuc.ncsa.qdl.exceptions All of the exceptions for QDL.edu.uiuc.ncsa.qdl.expressions Expressions are objects that take zero or more arguments and return a result.edu.uiuc.ncsa.qdl.extensions This contains the classes for extending the QDL language with Java.edu.uiuc.ncsa.qdl.extensions.convert The conversion module.edu.uiuc.ncsa.qdl.extensions.crypto The cryptographic module.edu.uiuc.ncsa.qdl.extensions.database QDL's basic database module.edu.uiuc.ncsa.qdl.extensions.dynamodb edu.uiuc.ncsa.qdl.extensions.example This package contains a simple example of how to make a java module for QDL.edu.uiuc.ncsa.qdl.extensions.http HTTP access module for QDL.edu.uiuc.ncsa.qdl.extensions.inputLine QDL's module for processing command line arguments.edu.uiuc.ncsa.qdl.extensions.mail edu.uiuc.ncsa.qdl.functions Function handling and processing.edu.uiuc.ncsa.qdl.gui Swing terminal implementation.edu.uiuc.ncsa.qdl.module Classes that model and manage modules in QDL.edu.uiuc.ncsa.qdl.parsing Classes that support parsing and the parser itself.edu.uiuc.ncsa.qdl.sas QDL implementation of the NCSA Security Library's SAS.edu.uiuc.ncsa.qdl.state Classes that manage the state of an interpreter session.edu.uiuc.ncsa.qdl.statements The two basic syntactic units of QDL are expressions (which return results) and statements which are the other control structures, such as conditionals, loops, etc.edu.uiuc.ncsa.qdl.util Utilities for QDL.edu.uiuc.ncsa.qdl.variables Variables in QDL and classes that support them.edu.uiuc.ncsa.qdl.workspace The workspace and the commands that drive it.edu.uiuc.ncsa.qdl.xml Everything relating to serialization of QDL workspaces to/from XML. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.config Class Description LibLoader Class that is used to inject libraries into the state info() stem.State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.evaluate Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.exceptions Class Description SIEntry An entry in the SI (state indicator) table. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.expressions Class Description State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.convert Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.crypto Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.database Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.dynamodb Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.example Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.http Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.inputLine Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.extensions.mail Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.functions Class Description AbstractState This helps us organize the functionality of the state object.State This is a facade for the various stateful components we have to track.XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.gui Class Description State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.module Class Description State This is a facade for the various stateful components we have to track.XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.parsing Class Description SIEntry An entry in the SI (state indicator) table.State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.sas Class Description State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.state Class Description AbstractState This helps us organize the functionality of the state object.FunctionState Created by Jeff Gaynor
on 2/2/20 at 6:48 AMModuleState Handles all the module related operations for the state.NamespaceAwareState This adds the namespace resolution awareness to the state object.QDLConstants Created by Jeff Gaynor
on 4/20/20 at 12:53 PMQDLThread This is used to fork scripts and run them in their own threads.QDLThreadRecord Created by Jeff Gaynor
on 2/9/23 at 9:27 AMState This is a facade for the various stateful components we have to track.StateUtils Created by Jeff Gaynor
on 2/6/20 at 1:33 PMStemMultiIndex If we get a stem variable, this has the components to itVariableState Created by Jeff Gaynor
on 2/2/20 at 6:42 AMVariableState.ResolveState XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.statements Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.util Class Description State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.variables Class Description State This is a facade for the various stateful components we have to track.StemMultiIndex If we get a stem variable, this has the components to itXKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.workspace Class Description SIEntry An entry in the SI (state indicator) table.State This is a facade for the various stateful components we have to track. -
Classes in edu.uiuc.ncsa.qdl.state used by edu.uiuc.ncsa.qdl.xml Class Description State This is a facade for the various stateful components we have to track.XStack A stateful stack of things, such as functions.