public abstract class SimpleArray extends PMMLObject
| Constructor and Description |
|---|
SimpleArray() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParsedValue()
Gets the parsed sequence of values.
|
abstract String |
getValue()
Gets the raw value.
|
void |
setParsedValue(List<String> parsedValue)
Sets the parsed sequence of values.
|
abstract void |
setValue(String value)
Sets the raw value.
|
setSourceLocation, sourceLocationpublic abstract String getValue()
public abstract void setValue(String value)
public List<String> getParsedValue()
getValue()public void setParsedValue(List<String> parsedValue)
setValue(String)Copyright © 2013 University of Tartu. All Rights Reserved.