Package | Description |
---|---|
classycle.dependency | |
classycle.graph |
Modifier and Type | Class and Description |
---|---|
class |
PatternVertexCondition |
Constructor and Description |
---|
DependencyPathsRenderer(Vertex[] graph,
VertexCondition startSetCondition,
VertexCondition finalSetCondition) |
Modifier and Type | Method and Description |
---|---|
VertexCondition |
PathsFinder.getFinalSetCondition() |
VertexCondition |
PathsFinder.getStartSetCondition() |
Constructor and Description |
---|
PathsFinder(VertexCondition startSetCondition,
VertexCondition finalSetCondition,
boolean shortestPathsOnly)
Creates an instance for the specified vertex conditions.
|
PathsFinder(VertexCondition startSetCondition,
VertexCondition finalSetCondition,
boolean shortestPathsOnly,
boolean directPathsOnly)
Creates an instance for the specified vertex conditions.
|