Interface | Description |
---|---|
Modifier |
A Modifier object permits changes to be made to a property of another object.
|
ModifierBoolean |
Interface that permits changes to be made to a boolean property of another object.
|
Class | Description |
---|---|
ModifierFunctionWrapper |
Extends the configurable modifier to permit a function to be applied to
a value before the modified property is set.
|
ModifierGeneral |
Implements the Modifier functionality using introspection to obtain the accessor methods for a property.
|
ModifierNMolecule |
Modifier class that enables change of the number of molecules of a particular species
in a particular box.
|
ModifyAction |
Wraps a Modifier instance so that the modification can be performed
as the consequence of an action.
|
ModifyBooleanAction |
Wraps a ModifierBoolean instance so that the modification can be performed
as the consequence of an action.
|