public class AgentMoveWriter extends Object
Constructor and Description |
---|
AgentMoveWriter() |
Modifier and Type | Method and Description |
---|---|
private void |
fillEffectors(AgentMovePhase agentMovePhase,
Node effectorsNode) |
private void |
fillPhases(AgentMove agentMove,
Node phasesNode) |
private void |
write(AgentMove agentMove) |
void |
write(AgentMove agentMove,
OutputStream outputStream) |
void |
write(AgentMove agentMove,
String fileName) |
public void write(AgentMove agentMove, OutputStream outputStream) throws Exception
Exception
private void fillPhases(AgentMove agentMove, Node phasesNode) throws Exception
Exception
private void fillEffectors(AgentMovePhase agentMovePhase, Node effectorsNode) throws Exception
Exception