public interface StepBlockState extends BlockState
Modifier and Type | Method and Description |
---|---|
int |
getCurrentStep()
Returns number of step which is being executed.
|
java.lang.String |
getSatelliteId()
Returns satellite if it used in current block
|
java.util.List<StepState> |
getSteps()
Returns states of all the states included in this block.
|
default java.lang.Boolean |
hasSteps() |
getDescription, getId, getSatelliteConnectionState, getState
int getCurrentStep()
java.util.List<StepState> getSteps()
java.lang.String getSatelliteId()
default java.lang.Boolean hasSteps()
hasSteps
in interface BlockState