![JAR search and dependency download from the Maven repository](/logo.png)
org.ggp.base.player.gamer.clojure.stubs.SampleClojureGamerStub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alloy-ggp-base Show documentation
Show all versions of alloy-ggp-base Show documentation
A modified version of the GGP-Base library for Alloy.
The newest version!
package org.ggp.base.player.gamer.clojure.stubs;
import org.ggp.base.player.gamer.clojure.ClojureGamer;
/**
* SampleClojureGamerStub is a stub that points to a version of @RandomGamer that
* has been implemented in Clojure. This stub needs to exist so that the Clojure
* code can interoperate with the rest of the Java framework (and applications
* like Kiosk and PlayerPanel as a result).
*
* @author Sam
*/
public final class SampleClojureGamerStub extends ClojureGamer
{
@Override
protected String getClojureGamerFile() { return "sample_gamer"; }
@Override
protected String getClojureGamerName() { return "SampleClojureGamer"; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy