Class State
- java.lang.Object
-
- io.patriot_framework.generator.device.passive.actuators.State
-
public class State extends Object
State nodes for StateMachine. Used for creating loop of states to simulate actions of Actuator.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDuration()
String
getValue()
boolean
isTimeDependent()
void
setDuration(double duration)
void
setTimeDependent(boolean timeDependent)
void
setValue(String value)
String
toString()
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDuration
public double getDuration()
-
setDuration
public void setDuration(double duration)
-
isTimeDependent
public boolean isTimeDependent()
-
setTimeDependent
public void setTimeDependent(boolean timeDependent)
-
-