Package org.kinotic.continuum.grind.api
Class StepInfo
java.lang.Object
org.kinotic.continuum.grind.api.StepInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAncestor(StepInfo ancestor) intThe sequence of theStepthat created this
-
Constructor Details
-
StepInfo
public StepInfo(int sequence)
-
-
Method Details
-
getSequence
public int getSequence()The sequence of theStepthat created this- Returns:
- the sequence number
-
addAncestor
-
getAncestor
-