Package org.biopax.paxtools.query.algorithm


package org.biopax.paxtools.query.algorithm
This package contains the SIF rules for BioPAX Level 3.
  • Class
    Description
    Implements breadth-first search.
    Searches common downstream or common upstream of a specified set of entities based on the given direction within the boundaries of a specified length limit.
    When an algorithm searches for a paths between multiple source nodes, or from a source to a target node (source and targets may overlap), sometimes there comes paths from and to the same node, i.e cycles.
    Direction is used for specifying upstream, downstream or both.
    Specifies whether the length limit is a normal limit or shortest_plus_k limit.
    Searches the neighborhood of given source set of nodes
    Finds the paths between the specified source set of states within the boundaries of a specified length limit.
    Finds the paths from a specified source set of states or entities to a specified target set of states or entities within the boundaries of a specified length limit.
    This algorithm is used internally by PathsBetween and PathsFromTo algorithms.