Interface IConstraint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the constraint.
      java.lang.String toString()
      Returns the textual representation of this constraint.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the constraint.
        Returns:
        the name, empty in case of unnamed constraints
      • toString

        java.lang.String toString()
        Returns the textual representation of this constraint.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the textual representation in IVML syntax