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

public class Constraint extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    ensureValue(double newValue)
     
    final Pushable
     
    final Pushable
     
    final double
     
    void
    push(double delta)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object