Interface DataPoint

    • Method Detail

      • setParent

        void setParent​(DataContainer value)
        Sets the container this point belongs to.
        Parameters:
        value - the container
      • getParent

        DataContainer getParent()
        Returns the container this point belongs to.
        Returns:
        the container, can be null
      • hasParent

        boolean hasParent()
        Returns whether the point belongs to a container.
        Returns:
        true if the point belongs to a container
      • assign

        void assign​(DataPoint other)
        Obtains the stored variables from the other data point.
        Parameters:
        other - the data point to get the values from