Class PathsBetweenQuery

java.lang.Object
org.biopax.paxtools.query.algorithm.PathsBetweenQuery

public class PathsBetweenQuery extends Object
Finds the paths between the specified source set of states within the boundaries of a specified length limit.
Author:
Ozgun Babur
  • Constructor Details

    • PathsBetweenQuery

      public PathsBetweenQuery(Collection<Set<Node>> sourceSet, int limit)
      Constructor with parameters
      Parameters:
      sourceSet - Seed to the query
      limit - Distance limit
  • Method Details