Class Input
java.lang.Object
uk.ac.starlink.ttools.plot2.data.Input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionuk.ac.starlink.table.Domain<?> Returns the value domain which this input represents.getMeta()Returns user-directed metadata describing this input.Returns an object that behaves like this one but has different metadata as supplied.
-
Constructor Details
-
Input
Constructor.- Parameters:
meta- user-directed metadatadomain- data value domain
-
-
Method Details
-
getMeta
-
getDomain
public uk.ac.starlink.table.Domain<?> getDomain()Returns the value domain which this input represents. This can also be used to determine what input value types are acceptable.- Returns:
- value domain
-
withMeta
-