Class Constraint
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.graphic.Constraint
-
public class Constraint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Constraint(Pushable p1, Pushable p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ensureValue(double newValue)
Pushable
getParticipant1()
Pushable
getParticipant2()
double
getValue()
void
push(double delta)
java.lang.String
toString()
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-