Class ScenarioLoaderHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ScenarioLoaderHandler extends ReflectXMLHandler
Author:
Samuel
  • Constructor Details

    • ScenarioLoaderHandler

      public ScenarioLoaderHandler(String scenarioName)
    • ScenarioLoaderHandler

      public ScenarioLoaderHandler(String scenarioName, String characterName)
  • Method Details

    • getWorldSimArguments

      public String[] getWorldSimArguments()
    • Scenario

      public void Scenario(Attributes attributes)
    • WorldSimulator

      public void WorldSimulator(Attributes attributes)
    • checkForAgent

      public void checkForAgent()
    • checkScenario

      public void checkScenario()
    • Object

      public void Object(Attributes attributes)
    • Agent

      public void Agent(Attributes attributes)
    • Property

      public void Property(Attributes attributes)
    • getAgentProperties

      public HashMap<String,String> getAgentProperties()
    • getAgentConfiguration

      public HashMap<String,String> getAgentConfiguration()