Class FeatureConverterContainer

    • Constructor Detail

      • FeatureConverterContainer

        public FeatureConverterContainer()
        Initializes the container with empty header and no row.

        Only used for generating help information.
      • FeatureConverterContainer

        public FeatureConverterContainer​(HeaderDefinition header,
                                         List row)
        Initializes the container with the specified plot name and no X value.
        Parameters:
        header - the header definition
        row - the data row, can be null
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available