Package classycle.dependency
Interface Result
-
- All Known Implementing Classes:
CyclesResult
,DependencyResult
,ResultContainer
,TextResult
public interface Result
Common interface of all result checking statements.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOk()
Returnstrue
if the checking result is positive.
-