etomica.integrator
Class IntegratorRigidMatrixIterative.BoxImposePbcMolecule
java.lang.Object
etomica.integrator.IntegratorRigidMatrixIterative.BoxImposePbcMolecule
- All Implemented Interfaces:
- IAction
- Enclosing class:
- IntegratorRigidMatrixIterative
public static class IntegratorRigidMatrixIterative.BoxImposePbcMolecule
- extends Object
- implements IAction
|
Method Summary |
void |
actionPerformed()
Completes the action defined by the class implementing this interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
box
protected Box box
translateBy
protected final AtomActionTranslateBy translateBy
translator
protected final MoleculeChildAtomAction translator
positionDefinition
protected final IAtomPositionDefinition positionDefinition
IntegratorRigidMatrixIterative.BoxImposePbcMolecule
public IntegratorRigidMatrixIterative.BoxImposePbcMolecule(Box box,
Space space)
actionPerformed
public void actionPerformed()
- Description copied from interface:
IAction
- Completes the action defined by the class implementing this interface.
- Specified by:
actionPerformed in interface IAction