Documentation of 'info.monitorenter.gui.chart.traces.Trace2DBijective' Java class
Trace2DBijective
info.monitorenter.gui.chart.traces

Class Trace2DBijective

  • All Implemented Interfaces:
    ITrace2D, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Comparable<ITrace2D>, java.util.EventListener


    public class Trace2DBijective
    extends Trace2DSimple
    A Trace2D who only allows a single occurance of a tracepoint with a certain x- value xi.

    From y1 = f(x1) = f(x2) follows: x1==x2 (injective)
    For every y- value yi contained there exists at least one value xi (surjective)
    Both qualities joined result in a bijective assignment between x and y values.

    The policy for both addPoint- methods is implemented as follows:

    • Every point whose x- value is not contained yet is appended at the end of the internal list.
    • If the x- value is contained before, the tracepoint with that value is removed and the new point is added to the end of the internal list. In that case the new tracepoint is not inserted at the location where the old point used to be!

    See Also:
    Serialized Form
    • Constructor Detail

      • Trace2DBijective

        public Trace2DBijective()
        Defcon of this stateless instance.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.