public class AgentMoveReader extends Object
Constructor and Description |
---|
AgentMoveReader() |
Modifier and Type | Method and Description |
---|---|
private void |
fillEffectors(AgentMovePhase agentMovePhase,
Node effectorsNode) |
private void |
fillPhases(AgentMove agentMove,
Node phasesNode) |
(package private) static Node |
findChildNode(Node node,
String name) |
private AgentMove |
read(Document doc) |
AgentMove |
read(InputStream inputStream) |
AgentMove |
read(String fileName) |
public AgentMove read(InputStream inputStream) throws Exception
Exception
private void fillPhases(AgentMove agentMove, Node phasesNode) throws Exception
Exception
private void fillEffectors(AgentMovePhase agentMovePhase, Node effectorsNode) throws Exception
Exception