Interface KnotType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    KnotTypeImpl

    public interface KnotType
    extends EObject
    A representation of the model object 'Knot Type'. A knot is a breakpoint on a piecewise spline curve.

    The following features are supported:

    See Also:
    Gml311Package.getKnotType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getMultiplicity()
      Returns the value of the 'Multiplicity' attribute.
      double getValue()
      Returns the value of the 'Value' attribute.
      double getWeight()
      Returns the value of the 'Weight' attribute.
      boolean isSetValue()
      Returns whether the value of the 'Value' attribute is set.
      boolean isSetWeight()
      Returns whether the value of the 'Weight' attribute is set.
      void setMultiplicity​(BigInteger value)
      Sets the value of the 'Multiplicity' attribute.
      void setValue​(double value)
      Sets the value of the 'Value' attribute.
      void setWeight​(double value)
      Sets the value of the 'Weight' attribute.
      void unsetValue()
      Unsets the value of the 'Value' attribute.
      void unsetWeight()
      Unsets the value of the 'Weight' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver