- All Implemented Interfaces:
State
public class NamedState
extends Object
implements State
A state in a Markov Decision Process that is solely characterized
through its name.
- Author:
- Matthias Thimm
-
Constructor Summary
Constructors
Creates a new NamedState.
-
Method Summary
Returns the name of this state
-
Constructor Details
-
NamedState
public NamedState(String name)
Creates a new NamedState.
- Parameters:
name
- some name
-
Method Details
-
getName
Returns the name of this state
- Returns:
- the name of this state
-