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 Link icon

    • NamedState Link icon

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

    • getName Link icon

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

      public String toString()
      Overrides:
      toString in class Object