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, waitinputStorageprotected 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()
Coordpublic Input getInput()
public StorageType getStorageType()
CoordgetStorageType in interface Coordpublic boolean isRequired()
CoordisRequired in interface CoordCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.