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
Exceptionprivate AgentMoveConfiguration read(Document doc) throws Exception
Exceptionprivate void fillPhases(AgentMoveConfiguration config, Node phasesNode) throws Exception
Exceptionprivate void fillEffectors(AgentMoveConfigPhase agentMovePhase, Node effectorsNode) throws Exception
Exceptionprivate boolean fillCalculatedValue(Calculated object, Node node)