Changeset 832
- Timestamp:
- 01/14/2011 01:30:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AgentMind/branches/FAtiMA-Modular/AgentLauncher/src/AgentLauncher.java
r830 r832 43 43 44 44 45 static pr otectedAgentCore initializeAgentCore(String args[]) throws ParserConfigurationException, SAXException, IOException, UnknownGoalException, ActionsParsingException, GoalLibParsingException{45 static private AgentCore initializeAgentCore(String args[]) throws ParserConfigurationException, SAXException, IOException, UnknownGoalException, ActionsParsingException, GoalLibParsingException{ 46 46 if(args.length != 3){ 47 47 System.err.println("ERROR - expecting 3 arguments: Scenarios File, Scenario Name, and Agent Name"); … … 58 58 return agent; 59 59 } 60 61 62 63 60 } 64 61
Note: See TracChangeset
for help on using the changeset viewer.