Class StateString
java.lang.Object
io.github.jspinak.brobot.database.state.stateObject.otherStateObjects.StateString
public class StateString
extends java.lang.Object
A State String belongs to a State and usually has a String that
has a special meaning for the owner State. For example, typing this
String may be part of a Transition for this State but not for other States.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StateString.Builder
static class
StateString.InNullState
-
Method Summary
Modifier and Type Method Description void
addTimesActedOn()
boolean
defined()
-
Method Details
-
defined
public boolean defined() -
addTimesActedOn
public void addTimesActedOn()
-