Uses of Interface
classycle.graph.VertexCondition
Packages that use VertexCondition
-
Uses of VertexCondition in classycle.dependency
Classes in classycle.dependency that implement VertexConditionConstructors in classycle.dependency with parameters of type VertexConditionModifierConstructorDescriptionDependencyPathsRenderer
(Vertex[] graph, VertexCondition startSetCondition, VertexCondition finalSetCondition) -
Uses of VertexCondition in classycle.graph
Methods in classycle.graph that return VertexConditionModifier and TypeMethodDescriptionPathsFinder.getFinalSetCondition()
PathsFinder.getStartSetCondition()
Constructors in classycle.graph with parameters of type VertexConditionModifierConstructorDescriptionPathsFinder
(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.