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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Multiplicity' attribute.
    double
    Returns the value of the 'Value' attribute.
    double
    Returns the value of the 'Weight' attribute.
    boolean
    Returns whether the value of the 'Value' attribute is set.
    boolean
    Returns whether the value of the 'Weight' attribute is set.
    void
    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
    Unsets the value of the 'Value' attribute.
    void
    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