Class PathsBetweenQuery
java.lang.Object
org.biopax.paxtools.query.algorithm.PathsBetweenQuery
Finds the paths between the specified source set of states within the boundaries of a
specified length limit.
- Author:
- Ozgun Babur
-
Constructor Summary
ConstructorsConstructorDescriptionPathsBetweenQuery(Collection<Set<Node>> sourceSet, int limit) Constructor with parameters -
Method Summary
-
Constructor Details
-
PathsBetweenQuery
Constructor with parameters- Parameters:
sourceSet- Seed to the querylimit- Distance limit
-
-
Method Details
-
run
-