Interface IPath
-
- All Known Implementing Classes:
Path
public interface IPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IStepgetStep()booleanhasStep()
-
-
-
Method Detail
-
hasStep
boolean hasStep()
-
getStep
IStep getStep()
-
-