Uses of Enum Class
org.biopax.paxtools.query.algorithm.LimitType
Packages that use LimitType
Package
Description
Graph-theoretic querying module in Paxtools is used for identifying paths between molecules or identifying other
molecules that is reachable through some specific paths using the BioPAX data model.
This package contains the SIF rules for BioPAX Level 3.
-
Uses of LimitType in org.biopax.paxtools.query
Methods in org.biopax.paxtools.query with parameters of type LimitTypeModifier and TypeMethodDescriptionstatic Set<BioPAXElement> QueryExecuter.runPathsFromTo(Set<BioPAXElement> sourceSet, Set<BioPAXElement> targetSet, Model model, LimitType limitType, int limit, Filter... filters) Gets paths the graph composed of the paths from a source node, and ends at a target node.static Set<BioPAXElement> QueryExecuter.runPathsFromToMultiSet(Set<Set<BioPAXElement>> sourceSets, Set<Set<BioPAXElement>> targetSets, Model model, LimitType limitType, int limit, Filter... filters) Gets paths the graph composed of the paths from a source node, and ends at a target node. -
Uses of LimitType in org.biopax.paxtools.query.algorithm
Methods in org.biopax.paxtools.query.algorithm that return LimitTypeModifier and TypeMethodDescriptionstatic LimitTypeReturns the enum constant of this class with the specified name.static LimitType[]LimitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.biopax.paxtools.query.algorithm with parameters of type LimitType