public class Constraint
extends java.lang.Object
Constructor and Description |
---|
Constraint(Pushable p1,
Pushable p2) |
Modifier and Type | Method and Description |
---|---|
void |
ensureValue(double newValue) |
Pushable |
getParticipant1() |
Pushable |
getParticipant2() |
double |
getValue() |
void |
push(double delta) |
java.lang.String |
toString() |
public final Pushable getParticipant1()
public final Pushable getParticipant2()
public final double getValue()
public final void ensureValue(double newValue)
public void push(double delta)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All Rights Reserved.