Interface Step.StepData
- All Known Implementing Classes:
Step.CodeStepData,Step.GraphStepData,Step.InfoStepData,Step.TimingStepData
- Enclosing class:
Step
public static sealed interface Step.StepData
permits Step.CodeStepData, Step.TimingStepData, Step.InfoStepData, Step.GraphStepData
-
Method Summary
Modifier and TypeMethodDescriptiondefault longdefault booleanhasChanges(Step step) default booleanhasError()default boolean
-
Method Details
-
getDuration
default long getDuration() -
isFinished
default boolean isFinished() -
hasChanges
-
hasError
default boolean hasError()
-