IntegratorRigidIterative
, IntegratorRigidMatrixIterative
, IntegratorVelocityVerletQuaternion
, IntegratorVelocityVerletRattle
, IntegratorVelocityVerletShake
public static interface SpeciesAgentManager.AgentSource<E>
Modifier and Type | Method | Description |
---|---|---|
E |
makeAgent(ISpecies type) |
Returns an agent for the given AtomType.
|
void |
releaseAgent(E agent,
ISpecies type) |
This informs the agent source that the agent is going away and that
the agent source should disconnect the agent from other elements.
|