Package org.qdl_lang.extensions.examples.basic
This package contains a simple basic of how to make a java module for QDL. It consists of various functions and variables that
showcase QDL module programming.
Created by Jeff Gaynor
on 1/27/20 at 1:23 PM
-
Class Summary Class Description ConcatFunction Example of a basic QDL function implemented in Java.EGLoader This is a sample of how to write a loader to get a module in to QDL.EGModule The module for the basic.ExtrinsicFunction An basic of an extrinsic (aka global, static in other languages) function.ExtrinsicVar An extrinsic (aka global, static in other langauges) variable in the workspace.FEvalFunction Example of a QDL function for a module that accepts a function reference.StemEntryVar This shows that you can set individual values with a stem.StemVar A sample stem that has various types added to it.