Uses of Interface
org.biopax.paxtools.query.model.GraphObject
Packages that use GraphObject
Package
Description
This package contains the SIF rules for BioPAX Level 3.
This package contains the SIF rules for BioPAX Level 3.
This package contains TODO annotate!
This package contains TODO annotate!
-
Uses of GraphObject in org.biopax.paxtools.query.algorithm
Fields in org.biopax.paxtools.query.algorithm with type parameters of type GraphObjectModifier and TypeFieldDescriptionprotected Map<GraphObject,Integer> BFS.colorsColor labels.protected Map<GraphObject,Integer> BFS.distDistance labels.Methods in org.biopax.paxtools.query.algorithm that return types with arguments of type GraphObjectModifier and TypeMethodDescriptionBFS.run()Executes the algorithm.CommonStreamQuery.run()Method to run the query.NeighborhoodQuery.run()Executes the query.PathsBetweenQuery.run()PathsFromToQuery.run()Executes the algorithm.Prune.run()Executes the algorithm.Methods in org.biopax.paxtools.query.algorithm with parameters of type GraphObjectModifier and TypeMethodDescriptionintBFS.getLabel(GraphObject go) Gets the distance label of the object.protected voidBFS.setLabel(GraphObject go, int label) Sets the distance label.Constructor parameters in org.biopax.paxtools.query.algorithm with type arguments of type GraphObjectModifierConstructorDescriptionCycleBreaker(Set<GraphObject> result, Set<Node> ST, int limit) Constructor with the objects in the result, source and target nodes, and search limit.Prune(Set<GraphObject> result, Set<Node> ST) Constructor with the input. -
Uses of GraphObject in org.biopax.paxtools.query.model
Subinterfaces of GraphObject in org.biopax.paxtools.query.modelModifier and TypeInterfaceDescriptioninterfaceWrapper interface for edges in a graph to be queried.interfaceNode interface to use in graph algorithms.Classes in org.biopax.paxtools.query.model that implement GraphObjectModifier and TypeClassDescriptionclassThe base class for an edge in the traversed graph.classFields in org.biopax.paxtools.query.model with type parameters of type GraphObjectModifier and TypeFieldDescriptionprotected Map<String,GraphObject> AbstractGraph.objectMapObjects are stored in this map.Methods in org.biopax.paxtools.query.model that return GraphObjectModifier and TypeMethodDescriptionAbstractGraph.getGraphObject(Object obj) Gets the related wrapper for the given object, creates the wrapper if not created before.AbstractGraph.getGraphObject(String id) Gets the wrapper object with its id (key).Graph.getGraphObject(Object obj) Gets the wrapper of the related object.Methods in org.biopax.paxtools.query.model that return types with arguments of type GraphObjectMethod parameters in org.biopax.paxtools.query.model with type arguments of type GraphObjectModifier and TypeMethodDescriptionGraph.getWrappedSet(Set<? extends GraphObject> wrappers) Gets the wrapped objects of the given wrapper set. -
Uses of GraphObject in org.biopax.paxtools.query.wrapperL3
Classes in org.biopax.paxtools.query.wrapperL3 that implement GraphObjectModifier and TypeClassDescriptionclassWrapper for the Control class.classWrapper for the Conversion class.classWrapper for links between L3 objects.classThis is the parent wrapper class for both Conversion and TemplateReaction objects.classWrapper for PhysicalEntity.classWrapper for TemplateReaction class.Method parameters in org.biopax.paxtools.query.wrapperL3 with type arguments of type GraphObjectModifier and TypeMethodDescriptionGraphL3.getWrappedSet(Set<? extends GraphObject> wrappers) Gets the wrapped objects of the given wrappers. -
Uses of GraphObject in org.biopax.paxtools.query.wrapperL3undirected
Classes in org.biopax.paxtools.query.wrapperL3undirected that implement GraphObjectModifier and TypeClassDescriptionclassWrapper for the Control class.classWrapper for links between L3 objects.classThis is the parent wrapper class for both Conversion and TemplateReaction objects.classWrapper for Interaction class, excluding Control objects.classWrapper for PhysicalEntity.Method parameters in org.biopax.paxtools.query.wrapperL3undirected with type arguments of type GraphObjectModifier and TypeMethodDescriptionGraphL3Undirected.getWrappedSet(Set<? extends GraphObject> wrappers) Gets the wrapped objects of the given wrappers.