IAction
public class WriteConfigurationDLPOLY extends java.lang.Object implements IAction
Constructor | Description |
---|---|
WriteConfigurationDLPOLY() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Writes the leaf Atom coordinates to the file confName.pos_new.
|
Box |
getBox() |
Returns the box whose atom coordinates get written to the file.
|
java.lang.String |
getConfName() |
Returns the configuration name.
|
boolean |
getDoApplyPBC() |
Returns true if PBC are applied to coordinates written to the file.
|
java.util.HashMap<IElement,java.lang.String> |
getElementHash() |
|
boolean |
getWriteVelocity() |
|
void |
setBox(Box newBox) |
Sets the box whose atom coordinates get written to the file.
|
void |
setConfName(java.lang.String newConfName) |
Sets the configuration name.
|
void |
setDoApplyPBC(boolean newDoApplyPBC) |
Directs the writer to apply periodic boundary conditions or not (true
by default).
|
void |
setWriteVelocity(boolean newWriteVelocity) |
public java.util.HashMap<IElement,java.lang.String> getElementHash()
public void setConfName(java.lang.String newConfName)
public java.lang.String getConfName()
public void setBox(Box newBox)
public Box getBox()
public void setDoApplyPBC(boolean newDoApplyPBC)
public boolean getDoApplyPBC()
public void setWriteVelocity(boolean newWriteVelocity)
public boolean getWriteVelocity()
public void actionPerformed()
actionPerformed
in interface IAction