Skip to content

Instantly share code, notes, and snippets.

@573
Created October 23, 2012 13:56
Show Gist options
  • Save 573/3938881 to your computer and use it in GitHub Desktop.
Save 573/3938881 to your computer and use it in GitHub Desktop.
The RunHello.java file (JPF)
/** RunHello.java */
package simple.simphony.plugin;
import repast.simphony.data.analysis.AnalysisPluginRunner;
@SuppressWarnings("serial")
public class RunHello extends AnalysisPluginRunner {
public RunHello() {
super("Hello", null, null, new HelloWizard());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment