Package com.github.fridujo.glacio.model
Class Step
- java.lang.Object
-
- com.github.fridujo.glacio.model.Step
-
public class Step extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<StepArgument>getArgument()Optional<Keyword>getKeyword()StringgetLine()List<Step>getSubsteps()StringgetText()booleanisBackground()
-