Class NamedState

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.NamedState
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 Details

    • NamedState

      public NamedState(String name)
      Creates a new NamedState.
      Parameters:
      name - some name
  • Method Details

    • getName

      public String getName()
      Returns the name of this state
      Returns:
      the name of this state
    • toString

      public String toString()
      Overrides:
      toString in class Object