Created
October 23, 2012 15:28
-
-
Save 573/3939449 to your computer and use it in GitHub Desktop.
The gui/client/as/simple/plugin/MainCBuilder.java file (JPF)
This file contains hidden or 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
package gui.client.as.simple.plugin; | |
import repast.simphony.context.Context; | |
import repast.simphony.dataLoader.ContextBuilder; | |
public class MainCBuilder implements ContextBuilder<Object> { | |
public Context<Object> build(Context<Object> context) { | |
return context; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment