Class EditDistanceOnRealSequenceProperties

  • All Implemented Interfaces:
    Drawable

    public class EditDistanceOnRealSequenceProperties
    extends PropertiesWidget
    Contains the properties to be shown in the GUI which are based on a Composite. The user input for the properties is being passed here to the associated distance metric algorithm.
    • Constructor Detail

      • EditDistanceOnRealSequenceProperties

        public EditDistanceOnRealSequenceProperties​(Composite parent,
                                                    int style,
                                                    EditDistanceOnRealSequence edr)
        Parameters:
        parent - Composite, the properties should be drawn on.
        style - Style of the DynamicTimeWarpingProperties which inherits ScrolledComposite widget.
        edr - The distance metric of the distance metric extension to set the parameters of the algorithm.