Package edu.wisc.game.rest
Class AutomaticRuleGeneratorService
java.lang.Object
edu.wisc.game.rest.GameService2
edu.wisc.game.rest.AutomaticRuleGeneratorService
@Path("/AutomaticRuleGeneratorService")
public class AutomaticRuleGeneratorService
extends GameService2
The AutomaticRuleGenerator demo service.
-
Constructor Summary
Constructors Constructor Description AutomaticRuleGeneratorService() -
Method Summary
Modifier and Type Method Description StringgenerateHtml(String paraText, String templateText, int n)Methods inherited from class edu.wisc.game.rest.GameService2
activateBonus, colorMap, display, findPlans, getVersion, giveUp, guess, listShapes, mostRecentEpisode, move, move, newEpisode, player, registerUser
-
Constructor Details
-
AutomaticRuleGeneratorService
public AutomaticRuleGeneratorService()
-
-
Method Details