diff --git a/README.md b/README.md index 4b8afa335..3617e61b4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The base QDL jar is in Maven and should be referenced as edu.uiuc.ncsa.qdl language - 1.5-QDL-SNAPSHOT + 1.5.4.2 ``` (Or whatever version you want.) diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index b0ffbd5b4..5761350b8 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -2,10 +2,10 @@ - -All Classes (QDL root module 1.5-QDL-SNAPSHOT API) + +All Classes (QDL root module 1.5.4.2 API) - + @@ -15,20 +15,20 @@ - + + @@ -60,10 +60,12 @@

All Classes

  • Crypto
  • CryptoLoader
  • CryptoModule
  • +
  • CSVCodec
  • Data
  • DeserializationException
  • Documentable
  • Dyad
  • +
  • ECMACodec
  • EditDoneEvent
  • EditorKeyPressedAdapter
  • EditResponse
  • @@ -96,6 +98,7 @@

    All Classes

  • GetHelpTopicAction
  • GetHelpTopicResponse
  • HasResultInterface
  • +
  • HTMLCodec
  • HTTPClient
  • IDUtils
  • ImportException
  • @@ -120,8 +123,10 @@

    All Classes

  • InterruptException
  • IntrinsicViolation
  • IOEvaluator
  • +
  • JavaCodec
  • JavaModule
  • JavaModuleConfig
  • +
  • JSONCodec
  • JSONScriptUtil
  • LambdaDefinitionNode
  • LibLoader
  • @@ -131,6 +136,7 @@

    All Classes

  • ListFunctionsResponse
  • LocalBlockStatement
  • MathEvaluator
  • +
  • MetaCodec
  • MetaEvaluator
  • MissingArgException
  • MissingArgumentException
  • @@ -154,7 +160,7 @@

    All Classes

  • OpenSliceNode
  • OpEvaluator
  • ParenthesizedExpression
  • -
  • ParseExpressionBlock
  • +
  • ParseExpressionBlockNode
  • ParseRecord
  • ParserExceptionListener
  • ParseStatementBlock
  • @@ -165,7 +171,6 @@

    All Classes

  • QDLCLITools
  • QDLCLIToolsLoader
  • QDLCLIToolsModule
  • -
  • QDLCodec
  • QDLConfigurationConstants
  • QDLConfigurationLoader
  • QDLConfigurationLoaderUtils
  • @@ -201,6 +206,9 @@

    All Classes

  • QDLListener
  • QDLLoader
  • QDLLoaderImpl
  • +
  • QDLMail
  • +
  • QDLMailLoader
  • +
  • QDLMailModule
  • QDLMap
  • QDLModule
  • QDLModuleConfig
  • @@ -289,6 +297,7 @@

    All Classes

  • QDLParserParser.StemVarContext
  • QDLParserParser.StemVariableContext
  • QDLParserParser.StringsContext
  • +
  • QDLParserParser.SwitchExpressionContext
  • QDLParserParser.SwitchStatementContext
  • QDLParserParser.TildeExpressionContext
  • QDLParserParser.ToSetContext
  • @@ -333,6 +342,7 @@

    All Classes

  • ResourceModule
  • ReturnException
  • Scripts
  • +
  • SelectExpressionNode
  • Server2
  • SIEntry
  • SizeQuery
  • @@ -402,6 +412,7 @@

    All Classes

  • WrongArgCountException
  • WSXMLSerializer
  • XKey
  • +
  • XMLCodec
  • XMLConstants
  • XMLMissingCloseTagException
  • XMLSerializable
  • @@ -411,6 +422,7 @@

    All Classes

  • XMLUtils.ModuleAttributes
  • XMLUtilsV2
  • XMLUtilsV2.StateAttributes
  • +
  • XSICodec
  • XStack
  • XTable
  • XThing
  • diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index b707f0ac4..eae714a72 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -2,10 +2,10 @@ - -All Packages (QDL root module 1.5-QDL-SNAPSHOT API) + +All Packages (QDL root module 1.5.4.2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -87,13 +93,13 @@
  • Nested | 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • @@ -124,7 +130,7 @@

    Interface QDLModuleMetaCl
    All Known Implementing Classes:
    -
    Crypto, HTTPClient, QDLDB
    +
    Crypto, HTTPClient, QDLConvert, QDLDB

    public interface QDLModuleMetaClass
    @@ -139,6 +145,84 @@ 

    Interface QDLModuleMetaCl +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          serializeToJSON

          +
          net.sf.json.JSONObject serializeToJSON()
          +
          Send back a serialization of state for this object. This allows for the state + you choose to be serialized and then reloaded. +

          NOTE

          + There is no canonical form for this. Set it how you will and deserialize it + accordingly.
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          deserializeFromJSON

          +
          void deserializeFromJSON​(net.sf.json.JSONObject json)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    @@ -188,13 +272,13 @@

    Interface QDLModuleMetaCl
  • Nested | 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • diff --git a/docs/apidocs/edu/uiuc/ncsa/qdl/extensions/QDLVariable.html b/docs/apidocs/edu/uiuc/ncsa/qdl/extensions/QDLVariable.html index 9a1ec9e25..ca980beb5 100644 --- a/docs/apidocs/edu/uiuc/ncsa/qdl/extensions/QDLVariable.html +++ b/docs/apidocs/edu/uiuc/ncsa/qdl/extensions/QDLVariable.html @@ -2,10 +2,10 @@ - -QDLVariable (QDL root module 1.5-QDL-SNAPSHOT API) + +QDLVariable (QDL root module 1.5.4.2 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +