Uses of Interface
org.biopax.paxtools.query.model.Graph
Packages that use Graph
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.
This package contains TODO annotate!
This package contains TODO annotate!
-
Uses of Graph in org.biopax.paxtools.query
Methods in org.biopax.paxtools.query with parameters of type GraphModifier and TypeMethodDescriptionQueryExecuter.getSeedInteractions(Collection<BioPAXElement> elements, Graph graph) Extracts the querible interactions from the elements.QueryExecuter.prepareSingleNodeSet(Set<BioPAXElement> elements, Graph graph) Gets the related wrappers of the given elements in a set.QueryExecuter.prepareSingleNodeSetFromSets(Set<Set<BioPAXElement>> sets, Graph graph) Gets the related wrappers of the given elements in the sets. -
Uses of Graph in org.biopax.paxtools.query.model
Classes in org.biopax.paxtools.query.model that implement GraphFields in org.biopax.paxtools.query.model declared as GraphMethods in org.biopax.paxtools.query.model that return GraphModifier and TypeMethodDescriptionAbstractEdge.getGraph()AbstractNode.getGraph()GraphObject.getGraph()Every graph object should have an owner graph.Constructors in org.biopax.paxtools.query.model with parameters of type GraphModifierConstructorDescriptionAbstractEdge(Node source, Node target, Graph graph) Edges should know their source and target nodes, and their graph.protectedAbstractNode(Graph graph) Constructor with the owner graph. -
Uses of Graph in org.biopax.paxtools.query.wrapperL3
Classes in org.biopax.paxtools.query.wrapperL3 that implement GraphMethods in org.biopax.paxtools.query.wrapperL3 with parameters of type GraphModifier and TypeMethodDescriptionprotected voidEventWrapper.addToDownstream(PhysicalEntity pe, Graph graph) Bind the wrapper of the given PhysicalEntity to the downstream.protected voidTemplateReactionWrapper.addToDownstream(PhysicalEntity pe, Graph graph) Binds the given PhysicalEntity to the downstream.protected voidEventWrapper.addToUpstream(BioPAXElement ele, Graph graph) Bind the wrapper of the given element to the upstream.protected voidTemplateReactionWrapper.addToUpstream(BioPAXElement ele, Graph graph) Binds the given element to the upstream.Constructors in org.biopax.paxtools.query.wrapperL3 with parameters of type Graph -
Uses of Graph in org.biopax.paxtools.query.wrapperL3undirected
Classes in org.biopax.paxtools.query.wrapperL3undirected that implement GraphMethods in org.biopax.paxtools.query.wrapperL3undirected with parameters of type GraphModifier and TypeMethodDescriptionprotected voidEventWrapper.addToDownstream(PhysicalEntity pe, Graph graph) Bind the wrapper of the given PhysicalEntity to the downstream.protected voidInteractionWrapper.addToDownstream(BioPAXElement pe, Graph graph) Binds the given PhysicalEntity to the downstream.protected voidEventWrapper.addToUpstream(BioPAXElement ele, Graph graph) Bind the wrapper of the given element to the upstream.protected voidInteractionWrapper.addToUpstream(BioPAXElement ele, Graph graph) Binds the given element to the upstream.Constructors in org.biopax.paxtools.query.wrapperL3undirected with parameters of type Graph