Class ScopeTemplateQDLUtil.ToScopeString
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil.ToScopeString
-
- All Implemented Interfaces:
Serializable,org.qdl_lang.extensions.QDLFunction
- Enclosing class:
- ScopeTemplateQDLUtil
public class ScopeTemplateQDLUtil.ToScopeString extends Object implements org.qdl_lang.extensions.QDLFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToScopeString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.qdl_lang.variables.values.QDLValueevaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)This could be done with QDL, but we want it instantly available in this module.int[]getArgCount()List<String>getDocumentation(int argCount)StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.qdl_lang.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCountin interfaceorg.qdl_lang.extensions.QDLFunction
-
evaluate
public org.qdl_lang.variables.values.QDLValue evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)This could be done with QDL, but we want it instantly available in this module.- Specified by:
evaluatein interfaceorg.qdl_lang.extensions.QDLFunction- Parameters:
objects-state-- Returns:
-
-