![JAR search and dependency download from the Maven repository](/logo.png)
org.ggp.base.player.gamer.python.stubs.SamplePythonGamerStub 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.python.stubs;
import org.ggp.base.player.gamer.python.PythonGamer;
/**
* SamplePythonGamerStub is a stub pointing to a version of @RandomGamer that
* has been implemented in Python. This stub needs to exist so that the Python
* code can interoperate with the rest of the Java framework (and applications
* like Kiosk and PlayerPanel as a result).
*
* @author Sam
*/
public final class SamplePythonGamerStub extends PythonGamer
{
@Override
protected String getPythonGamerModule() { return "sample_gamer"; }
@Override
protected String getPythonGamerName() { return "SamplePythonGamer"; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy