etomica.nbr.list
Class BoxAgentSourceCellManagerList

java.lang.Object
  extended by etomica.nbr.cell.BoxAgentSourceCellManager
      extended by etomica.nbr.list.BoxAgentSourceCellManagerList
All Implemented Interfaces:
BoxAgentManager.BoxAgentSource, Serializable

public class BoxAgentSourceCellManagerList
extends BoxAgentSourceCellManager

BoxAgentSource responsible for creating a NeighborCellManager.

See Also:
Serialized Form

Field Summary
protected  PotentialMasterList potentialMaster
           
 
Fields inherited from class etomica.nbr.cell.BoxAgentSourceCellManager
positionDefinition, range, sim, space
 
Constructor Summary
BoxAgentSourceCellManagerList(ISimulation sim, IAtomPositionDefinition positionDefinition, ISpace _space)
           
 
Method Summary
 Object makeAgent(IBox box)
           
 void setPotentialMaster(PotentialMasterList newPotentialMaster)
           
 
Methods inherited from class etomica.nbr.cell.BoxAgentSourceCellManager
getAgentClass, releaseAgent, setRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

potentialMaster

protected PotentialMasterList potentialMaster
Constructor Detail

BoxAgentSourceCellManagerList

public BoxAgentSourceCellManagerList(ISimulation sim,
                                     IAtomPositionDefinition positionDefinition,
                                     ISpace _space)
Method Detail

setPotentialMaster

public void setPotentialMaster(PotentialMasterList newPotentialMaster)

makeAgent

public Object makeAgent(IBox box)
Specified by:
makeAgent in interface BoxAgentManager.BoxAgentSource
Overrides:
makeAgent in class BoxAgentSourceCellManager