Modifier and Type | Field | Description |
---|---|---|
protected double |
heMass |
|
protected IntegratorBox |
integrator |
|
protected int |
nBeads |
|
protected double |
oldValue |
|
protected MCMoveClusterRingRegrow |
ring0 |
|
protected MCMoveClusterRingRegrow |
ring1 |
|
protected ClusterAbstract |
targetCluster |
Constructor | Description |
---|---|
ModifierTPI(double heMass,
int nBeads,
MCMoveClusterRingRegrow ring0,
MCMoveClusterRingRegrow ring1,
ClusterAbstract targetCluster) |
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 newValue) |
Sets the value of the property.
|
protected final MCMoveClusterRingRegrow ring0
protected final MCMoveClusterRingRegrow ring1
protected final ClusterAbstract targetCluster
protected final double heMass
protected final int nBeads
protected double oldValue
protected IntegratorBox integrator
public ModifierTPI(double heMass, int nBeads, MCMoveClusterRingRegrow ring0, MCMoveClusterRingRegrow ring1, ClusterAbstract targetCluster)
public void setValue(double newValue)
Modifier
public double getValue()
Modifier
public Dimension getDimension()
Modifier
getDimension
in interface Modifier