Class EGStem
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.extensions.example.EGStem
-
- All Implemented Interfaces:
QDLVariable
,Serializable
public class EGStem extends Object implements QDLVariable
Created by Jeff Gaynor
on 1/27/20 at 1:26 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EGStem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the variable.Object
getValue()
The value.
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:QDLVariable
The name of the variable. This may be a simple name for a scalar, like "a", or it may represent a stem, like "a.". You may even set specific stem values by passing in the indexed stem, e.g. "a,3" or "a.j" (the index for the latter is "j" unless it resolves to another value.- Specified by:
getName
in interfaceQDLVariable
- Returns:
-
getValue
public Object getValue()
Description copied from interface:QDLVariable
- Specified by:
getValue
in interfaceQDLVariable
- Returns:
-
-