AtomLeafAgentManager.AgentSource<Ball[]>
public class DisplayBoxCanvasG3DSys.OrientedAgentSource extends java.lang.Object implements AtomLeafAgentManager.AgentSource<Ball[]>
Constructor | Description |
---|---|
OrientedAgentSource() |
Modifier and Type | Method | Description |
---|---|---|
Ball[] |
makeAgent(IAtom a,
Box agentBox) |
Returns an agent for the given Atom.
|
void |
releaseAgent(Ball[] agent,
IAtom atom,
Box agentBox) |
This informs the agent source that the agent is going away and that
the agent source should disconnect the agent from other elements.
|
public Ball[] makeAgent(IAtom a, Box agentBox)
AtomLeafAgentManager.AgentSource
makeAgent
in interface AtomLeafAgentManager.AgentSource<Ball[]>
agentBox
- TODOpublic void releaseAgent(Ball[] agent, IAtom atom, Box agentBox)
AtomLeafAgentManager.AgentSource
releaseAgent
in interface AtomLeafAgentManager.AgentSource<Ball[]>