Package edu.uiuc.ncsa.oa2.qdl
Class CLC.UserInfo
- java.lang.Object
-
- org.oa4mp.server.qdl.CLC.UserInfo
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Enclosing class:
- CLC
public class CLC.UserInfo extends Object implements edu.uiuc.ncsa.qdl.extensions.QDLFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCount
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
evaluate
public Object evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state) throws Throwable
- Specified by:
evaluate
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
- Throws:
Throwable
-
-