etomica.integrator
Class IntegratorRigidMatrixIterative.BoxImposePbcMolecule

java.lang.Object
  extended by etomica.integrator.IntegratorRigidMatrixIterative.BoxImposePbcMolecule
All Implemented Interfaces:
IAction
Enclosing class:
IntegratorRigidMatrixIterative

public static class IntegratorRigidMatrixIterative.BoxImposePbcMolecule
extends Object
implements IAction


Field Summary
protected  Box box
           
protected  IAtomPositionDefinition positionDefinition
           
protected  AtomActionTranslateBy translateBy
           
protected  MoleculeChildAtomAction translator
           
 
Constructor Summary
IntegratorRigidMatrixIterative.BoxImposePbcMolecule(Box box, Space space)
           
 
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
 

Field Detail

box

protected Box box

translateBy

protected final AtomActionTranslateBy translateBy

translator

protected final MoleculeChildAtomAction translator

positionDefinition

protected final IAtomPositionDefinition positionDefinition
Constructor Detail

IntegratorRigidMatrixIterative.BoxImposePbcMolecule

public IntegratorRigidMatrixIterative.BoxImposePbcMolecule(Box box,
                                                           Space space)
Method Detail

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