java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.Constraint

public class Constraint extends Object
  • Constructor Details

  • Method Details

    • getParticipant1

      public final Pushable getParticipant1()
    • getParticipant2

      public final Pushable getParticipant2()
    • getValue

      public final double getValue()
    • ensureValue

      public final void ensureValue(double newValue)
    • push

      public void push(double delta)
    • toString

      public String toString()
      Overrides:
      toString in class Object