public class AgentMoveConfigReader extends Object
Constructor and Description |
---|
AgentMoveConfigReader() |
Modifier and Type | Method and Description |
---|---|
private boolean |
fillCalculatedValue(Calculated object,
Node node) |
private void |
fillEffectors(AgentMoveConfigPhase agentMovePhase,
Node effectorsNode) |
private void |
fillPhases(AgentMoveConfiguration config,
Node phasesNode) |
private void |
fillRangeValue(Range object,
Node node) |
private Node |
findChildNode(Node node,
String name) |
private AgentMoveConfiguration |
read(Document doc) |
AgentMoveConfiguration |
read(String fileName) |
public AgentMoveConfiguration read(String fileName) throws Exception
Exception
private AgentMoveConfiguration read(Document doc) throws Exception
Exception
private void fillPhases(AgentMoveConfiguration config, Node phasesNode) throws Exception
Exception
private void fillEffectors(AgentMoveConfigPhase agentMovePhase, Node effectorsNode) throws Exception
Exception
private boolean fillCalculatedValue(Calculated object, Node node)