public interface MacrostateManager
Modifier and Type | Method | Description |
---|---|---|
int |
numberOfStates(Box p) |
Number of expected macrostates in the box.
|
double |
state(int i) |
Returns the value of the macrostate variable corresponding to the given index.
|
int |
stateIndex(Box p) |
Returns an index identifying the current macrostate occupied by the box.
|
int numberOfStates(Box p)
int stateIndex(Box p)
double state(int i)