public class Action
extends Object
Represents an action used to move in the game graph.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Action
public Action(String actionName)
Default constructor
- Parameters:
actionName
- Name of the action
-
Method Details
-
getActionName
Name getter
- Returns:
- String name of the action
-
-