AssociationManagerMolecule
, ColorSchemeRandomByMolecule
, CoordinateDefinitionMolecule.MoleculeSiteSource
, CoordinateDefinitionMoleculeVolumeFluctuation.MoleculeSiteSource
, CoordinateDefinitionNitrogen.OrientationAgentSource
, CoordinateDefinitionNitrogenSuperBox.OrientationAgentSource
, CriterionSimpleMolecular
, CriterionTether3
, IntegratorRigidIterative
, IntegratorRigidMatrixIterative
, IntegratorVelocityVerletQuaternion
, MCMoveVolumeAssociatedMolecule
, MeterDipoleSumSquaredMappedAverage
, MeterFlux
, NeighborCellManagerListMolecular
, NeighborCellManagerMolecular
, NeighborListManagerMolecular
, NeighborListManagerMolecular.MoleculePotential1ListSource
, NeighborListManagerSlantyMolecular
public static interface MoleculeAgentManager.MoleculeAgentSource<E>
Modifier and Type | Method | Description |
---|---|---|
E |
makeAgent(IMolecule a) |
Returns an agent for the given Atom.
|
void |
releaseAgent(E agent,
IMolecule atom) |
This informs the agent source that the agent is going away and that
the agent source should disconnect the agent from other elements
|