etomica.action
Interface BoxAction

All Superinterfaces:
IAction
All Known Implementing Classes:
BoxActionAdapter, BoxDeleteMolecules, BoxImposePbc, BoxInflate, BoxInflateDeformable, BoxQuench

public interface BoxAction
extends IAction

Elementary action performed on a box.


Method Summary
 IBox getBox()
           
 void setBox(IBox box)
           
 
Methods inherited from interface etomica.action.IAction
actionPerformed
 

Method Detail

setBox

void setBox(IBox box)

getBox

IBox getBox()