Class AncillaryData

  • All Implemented Interfaces:
    Serializable

    public class AncillaryData
    extends Object
    implements Serializable
    Used for any other data associated with each named object. May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type. Data may be included or given as an href.

    The properties used in yamcs are grouped under the key Yamcs and documented below. Only name and value are used (href and mimeType are ignored).

    See Also:
    Serialized Form
    • Field Detail

      • KEY_ALGO_MANDATORY_INPUT

        public static final String KEY_ALGO_MANDATORY_INPUT
        Used to specifies that certain inputs for an algorithm are mandatory (the algorithm won't be started if they are not there)
        See Also:
        Constant Field Values
      • PROP_USE_AS_ARCHIVING_PARTITION

        public static final String PROP_USE_AS_ARCHIVING_PARTITION
        Used to configure the SequenceContainers to be used to partition the archive data. The containers will also be used for histogram building (this is the "pname" column in the tm table).
        See Also:
        Constant Field Values
    • Constructor Detail

      • AncillaryData

        public AncillaryData​(String name,
                             String value)
    • Method Detail

      • getName

        public String getName()
      • getHref

        public URI getHref()
      • getValue

        public String getValue()
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • setHref

        public void setHref​(URI href)