Package edu.uiuc.ncsa.oa2.qdl
Class CLCModule
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.module.Module
-
- edu.uiuc.ncsa.qdl.extensions.JavaModule
-
- org.oa4mp.server.qdl.CLCModule
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.state.XThing
,Serializable
,Cloneable
public class CLCModule extends edu.uiuc.ncsa.qdl.extensions.JavaModule
Created by Jeff Gaynor
on 7/22/21 at 11:47 AM- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDescription()
edu.uiuc.ncsa.qdl.module.Module
newInstance(edu.uiuc.ncsa.qdl.state.State state)
-
Methods inherited from class edu.uiuc.ncsa.qdl.extensions.JavaModule
addFunctions, addVariables, createDefaultDocs, getClassname, getDocumentation, getListByTag, getLoaderClassName, init, init, isExternal, setClassName, setDocumentation, setLoaderClassName, writeExtraXMLAttributes
-
Methods inherited from class edu.uiuc.ncsa.qdl.module.Module
fromJSON, fromXML, fromXML, getAlias, getId, getKey, getListByTag, getMTKey, getName, getNamespace, getParentTemplateID, getState, isTemplate, readExtraXMLAttributes, readExtraXMLElements, setAlias, setId, setNamespace, setParentTemplateID, setState, setTemplate, setupModule, toJSON, toString, toXML, toXML, writeExtraXMLElements
-
-