Created
May 7, 2010 16:43
-
-
Save 573/393693 to your computer and use it in GitHub Desktop.
How to build a simple agent in Simphony (simphony.gui.client part, 2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to build a simple agent in Simphony (simphony.gui.client part, 2) | |
--- | |
most files generated by easily editing with Eclipse's Manifest File Editor: | |
* scenario.rs/model.score (2.xml) | |
* scenario.rs/scenario.xml (3.xml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ASCII"?> | |
<score:SContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:score="http://scoreabm.org/score" label="Models" ID="models" pluralLabel="Modelss" description=""> | |
<implementation package="gui.client.as.simple.plugin" className="MainCBuilder" basePath="E:\Programme\Eclipse Galileo (new Maven3)\eclipse\plugins" srcDir="" binDir="simphony.gui.client_1.2.0\bin"/> | |
<agents xsi:type="score:SContext" label="AgentContext" ID="agentContext" pluralLabel="AgentContexts"> | |
<implementation package="simple.agent" className="AgentContext" basePath="" srcDir="" binDir="simphony.agent_1.2.0\bin"/> | |
<agents label="Agent" ID="agent" pluralLabel="Agents"> | |
<implementation package="" className="Agent" basePath="" srcDir="" binDir=""/> | |
</agents> | |
</agents> | |
</score:SContext> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<Scenario> | |
<repast.simphony.dataLoader.engine.ClassNameDataLoaderAction | |
context="Models" | |
file="../misc/common-scenario-files/repast.simphony.dataLoader.engine.MainCBuilder.xml" /> | |
</Scenario> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment