public abstract class SingleCoord extends Object implements Coord
Modifier | Constructor and Description |
---|---|
protected |
SingleCoord(InputMeta meta,
boolean isRequired,
Domain<?> domain,
StorageType storageType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Input |
getInput()
Returns the single user data input object.
|
Input[] |
getInputs()
Returns specifications of the one or more input values the user
supplies to provide the data values for this coord.
|
StorageType |
getStorageType()
Returns a code indicating how the quantity defined by this
object is stored internally and presented to the plotting classes.
|
boolean |
isRequired()
Indicates whether this item must have a non-blank value in order
for a plot to be possible.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
inputStorage
protected SingleCoord(InputMeta meta, boolean isRequired, Domain<?> domain, StorageType storageType)
meta
- descriptive metadata for single user coordinateisRequired
- true if this coordinate is required for plottingdomain
- input coordinate domainstorageType
- storage type objectpublic Input[] getInputs()
Coord
public Input getInput()
public StorageType getStorageType()
Coord
getStorageType
in interface Coord
public boolean isRequired()
Coord
isRequired
in interface Coord
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.