BoxAgentSourceAtomManager
, BoxAgentSourceCellManager
, BoxAgentSourceCellManagerListMolecular
, BoxAgentSourceCellManagerMolecular
, BoxAgentSourceMoleculeManager
, NeighborListAgentSource
, NeighborListManagerColloid.NeighborListAgentSourceColloid
, NeighborListManagerSlanty.NeighborListSlantyAgentSource
, NeighborListManagerSlantyMolecular.NeighborListSlantyAgentSourceMolecular
, PotentialMasterListMolecular.NeighborListAgentSourceMolecular
public static interface BoxAgentManager.BoxAgentSource<E>
Modifier and Type | Method | Description |
---|---|---|
E |
makeAgent(Box box) |
|
void |
releaseAgent(E agent) |
Disconnects the given agent from its box and performs any actions needed to clean up
|
E makeAgent(Box box)
box
- the Box for this agentvoid releaseAgent(E agent)
agent
- the agent being released