Constructor | Description |
---|---|
ModifierPistonPressure(Space _space,
P1HardMovingBoundary potential,
Dimension pressureDimension) |
Modifier and Type | Method | Description |
---|---|---|
Dimension |
getDimension() |
Returns the dimension of the property being modified.
|
java.lang.String |
getLabel() |
Returns a descriptive label of the property being modified.
|
double |
getValue() |
Gets the current value of the property.
|
void |
setValue(double p) |
Sets the value of the property.
|
java.lang.String |
toString() |
public ModifierPistonPressure(Space _space, P1HardMovingBoundary potential, Dimension pressureDimension)
public void setValue(double p)
Modifier
public double getValue()
Modifier
public Dimension getDimension()
Modifier
getDimension
in interface Modifier
public java.lang.String getLabel()
Modifier
public java.lang.String toString()
toString
in class java.lang.Object