public class ParameterContent extends Content
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isFinalValueSet
Is final value set
|
protected int |
nPoints
Number of points that can be sampled from minValue
|
protected boolean |
VERBOSE
Debug only: Shows the values given to parameters.
|
identifier, is_definition, line, lineNumber, parameters| Constructor and Description |
|---|
ParameterContent()
Default constructor.
|
ParameterContent(java.lang.String line)
Constructor that extracts the contents from a String line
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterContent |
create(java.lang.String line) |
void |
decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Takes a ParameterContent object to decorate the current Content object.
|
int |
getnPoints() |
java.lang.String |
getStValue() |
void |
init() |
void |
setRunningValue(int value) |
java.lang.String |
toString()
Returns the original line of the content.
|
java.lang.String |
values() |
protected int nPoints
protected boolean isFinalValueSet
protected boolean VERBOSE
public ParameterContent()
public ParameterContent(java.lang.String line)
line - String with the contents in VGDL format, to be mapped to the
data structures of this class.public static ParameterContent create(java.lang.String line)
public void decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Contentpublic void init()
public void setRunningValue(int value)
public int getnPoints()
public java.lang.String getStValue()
public java.lang.String toString()
Contentpublic java.lang.String values()