Class TimingContainer

    • Constructor Detail

      • TimingContainer

        public TimingContainer()
        Initializes the container with no prefix and origin and a msec value of 0.0.

        Only used for generating help information.
      • TimingContainer

        public TimingContainer​(double msec)
        Initializes the container with no prefix and origin and the specified msec value.
        Parameters:
        msec - the timing in msec
      • TimingContainer

        public TimingContainer​(double msec,
                               String prefix,
                               String origin)
        Initializes the container with the specified plot name and no X value.
        Parameters:
        msec - the timing in msec
        prefix - the prefix to use, can be null
        origin - the origin of the timing, 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