Class IVLPPDPQ

All Implemented Interfaces:
Serializable

public class IVLPPDPQ extends SXCMPPDPQ implements Serializable
Description of the class IVLPPDPQ.
See Also:
  • Field Details

    • low

      public IVXBPPDPQ low
      The low limit of the interval. .
    • width

      public PPDPQ width
      The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived. .
    • high

      public IVXBPPDPQ high
      The high limit of the interval. .
    • center

      public PPDPQ center
      The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values. .
  • Constructor Details

    • IVLPPDPQ

      public IVLPPDPQ()
  • Method Details

    • getLow

      public IVXBPPDPQ getLow()
      Return low.
      Returns:
      low : The low limit of the interval.
    • setLow

      public void setLow(IVXBPPDPQ low)
      Set a value to attribute low.
      Parameters:
      low - : The low limit of the interval.
    • getWidth

      public PPDPQ getWidth()
      Return width.
      Returns:
      width : The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
    • setWidth

      public void setWidth(PPDPQ width)
      Set a value to attribute width.
      Parameters:
      width - : The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
    • getHigh

      public IVXBPPDPQ getHigh()
      Return high.
      Returns:
      high : The high limit of the interval.
    • setHigh

      public void setHigh(IVXBPPDPQ high)
      Set a value to attribute high.
      Parameters:
      high - : The high limit of the interval.
    • getCenter

      public PPDPQ getCenter()
      Return center.
      Returns:
      center : The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
    • setCenter

      public void setCenter(PPDPQ center)
      Set a value to attribute center.
      Parameters:
      center - : The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class SXCMPPDPQ
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class SXCMPPDPQ
    • validateByModule

      public static void validateByModule(IVLPPDPQ iVLPPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation