Class State
java.lang.Object
org.tweetyproject.action.transitionsystem.State
Represents a state in an action transition system, which is a representation
of an interpretation of all fluent names in an action description.
- Author:
- Sebastian Homann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Creates a set of fluent atomsint
hashCode()
boolean
isMappedToTrue
(FolAtom fluent) Returns true iff the fluent given is mapped to true by this state.toString()
-
Constructor Details
-
State
-
-
Method Details
-
isMappedToTrue
Returns true iff the fluent given is mapped to true by this state.- Parameters:
fluent
- an FOL atom- Returns:
- true iff the fluent given is mapped to true by this state.
-
getPositiveFluents
-
equals
-
hashCode
-
toString
-