Package | Description |
---|---|
classycle.dependency |
Modifier and Type | Class and Description |
---|---|
class |
CyclesResult
Result of a cyclic check.
|
class |
DependencyResult
Result of a dependency check.
|
class |
ResultContainer
Container of
Result instances. |
class |
TextResult
Result as a text.
|
Modifier and Type | Method and Description |
---|---|
Result |
DependencyChecker.check()
Checks the graph.
|
Result |
Statement.execute(AtomicVertex[] graph) |
Result |
ShowStatement.execute(AtomicVertex[] graph) |
Result |
LayeringStatement.execute(AtomicVertex[] graph) |
Result |
DependencyStatement.execute(AtomicVertex[] graph) |
Result |
CheckSetStatement.execute(AtomicVertex[] graph) |
Result |
CheckCyclesStatement.execute(AtomicVertex[] graph) |
Result |
DependencyProcessor.executeNextStatement(AtomicVertex[] graph)
Executes the next unprocessed statement and returns its result.
|
Result |
XMLResultRenderer.getDescriptionOfCurrentPreferences() |
abstract Result |
ResultRenderer.getDescriptionOfCurrentPreferences() |
Result |
DefaultResultRenderer.getDescriptionOfCurrentPreferences() |
Result |
ResultContainer.getResult(int index)
Returns the result with specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultContainer.add(Result result)
Adds a result.
|
java.lang.String |
XMLResultRenderer.render(Result result) |
abstract java.lang.String |
ResultRenderer.render(Result result) |
java.lang.String |
DefaultResultRenderer.render(Result result) |