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