- AbstractEdge - Class in org.biopax.paxtools.query.model
-
The base class for an edge in the traversed graph.
- AbstractEdge(Node, Node, Graph) - Constructor for class org.biopax.paxtools.query.model.AbstractEdge
-
Edges should know their source and target nodes, and their graph.
- AbstractGraph - Class in org.biopax.paxtools.query.model
-
Adapter class for a graph that is queried.
- AbstractGraph() - Constructor for class org.biopax.paxtools.query.model.AbstractGraph
-
Empty constructor that initializes the object map.
- AbstractNode - Class in org.biopax.paxtools.query.model
-
- AbstractNode(Graph) - Constructor for class org.biopax.paxtools.query.model.AbstractNode
-
Constructor with the owner graph.
- addAccessor(PathAccessor, Class<? extends BioPAXElement>) - Method in class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
-
Adds the given PathAccessor to the list of accessors to use to get field values
of objects and their related objects.
- addToDownstream(PhysicalEntity, Graph) - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Bind the wrapper of the given PhysicalEntity to the downstream.
- addToDownstream(PhysicalEntity, Graph) - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Binds the given PhysicalEntity to the downstream.
- addToDownstream(PhysicalEntity, Graph) - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Bind the wrapper of the given PhysicalEntity to the downstream.
- addToDownstream(BioPAXElement, Graph) - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Binds the given PhysicalEntity to the downstream.
- addToUpstream(BioPAXElement, Graph) - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Bind the wrapper of the given element to the upstream.
- addToUpstream(BioPAXElement, Graph) - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Binds the given element to the upstream.
- addToUpstream(BioPAXElement, Graph) - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Bind the wrapper of the given element to the upstream.
- addToUpstream(BioPAXElement, Graph) - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Binds the given element to the upstream.
- addValidValue(String) - Method in class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
-
Adds the given valid value to the set of valid values.
- clear() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
Does nothing yet.
- clear() - Method in class org.biopax.paxtools.query.model.AbstractGraph
-
Clears memory of all wrapper in the object map.
- clear() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Resets the path sign.
- clear() - Method in interface org.biopax.paxtools.query.model.Graph
-
Should clear any analysis specific labeling on the graph.
- clear() - Method in interface org.biopax.paxtools.query.model.GraphObject
-
This method should clear any analysis specific labels on the object.
- colors - Variable in class org.biopax.paxtools.query.algorithm.BFS
-
Color labels.
- CommonStreamQuery - Class in org.biopax.paxtools.query.algorithm
-
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.
- CommonStreamQuery(Set<Node>, Direction, int) - Constructor for class org.biopax.paxtools.query.algorithm.CommonStreamQuery
-
Constructor for Common Stream with Selected Nodes.
- CommonStreamQuery(Collection<Set<Node>>, Direction, int) - Constructor for class org.biopax.paxtools.query.algorithm.CommonStreamQuery
-
Constructor for Common Stream with Entity States.
- ControlWrapper - Class in org.biopax.paxtools.query.wrapperL3
-
Wrapper for the Control class.
- ControlWrapper(Control, Graph) - Constructor for class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Constructor with the Control and the owner graph.
- ControlWrapper - Class in org.biopax.paxtools.query.wrapperL3undirected
-
Wrapper for the Control class.
- ControlWrapper(Control, Graph) - Constructor for class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Constructor with the Control and the owner graph.
- conv - Variable in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
Wrapped Conversion.
- ConversionWrapper - Class in org.biopax.paxtools.query.wrapperL3
-
Wrapper for the Conversion class.
- ConversionWrapper(Conversion, GraphL3) - Constructor for class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
Constructor with the Conversion to wrap and the owner graph.
- createFieldAccessors() - Method in class org.biopax.paxtools.query.wrapperL3.DataSourceFilter
-
Creates the accessor from Entity to its data source name.
- createFieldAccessors() - Method in class org.biopax.paxtools.query.wrapperL3.OrganismFilter
-
Creates the accessor from PhysicalEntity to the organism of related EntityReference.
- createFieldAccessors() - Method in class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
-
The child class should populate the list of PathAccessor object using the
addAccessor method.
- ctrl - Variable in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Wrapped control.
- ctrl - Variable in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Wrapped control.
- CycleBreaker - Class in org.biopax.paxtools.query.algorithm
-
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.
- CycleBreaker(Set<GraphObject>, Set<Node>, int) - Constructor for class org.biopax.paxtools.query.algorithm.CycleBreaker
-
Constructor with the objects in the result, source and target nodes, and search limit.
- getBanned() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
- getColor(Node) - Method in class org.biopax.paxtools.query.algorithm.BFS
-
Gets color tag of the node
- getControl() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Gets the wrapped Control.
- getControl() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Gets the wrapped Control.
- getConversion() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
- getDescription() - Method in enum org.biopax.paxtools.query.algorithm.Direction
-
Gets the description.
- getDirection() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
- getDownstream() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Gets the downstream edges.
- getDownstream() - Method in interface org.biopax.paxtools.query.model.Node
-
- getDownstreamInteractions(Collection<Interaction>) - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Gets the downstream interactions among the given set.
- getDownstreamNoInit() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
This class gets the downstream links but does not initialize.
- getGraph() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
- getGraph() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
- getGraph() - Method in interface org.biopax.paxtools.query.model.GraphObject
-
Every graph object should have an owner graph.
- getGraphObject(Object) - Method in class org.biopax.paxtools.query.model.AbstractGraph
-
Gets the related wrapper for the given object, creates the wrapper if not created before.
- getGraphObject(String) - Method in class org.biopax.paxtools.query.model.AbstractGraph
-
Gets the wrapper object with its id (key).
- getGraphObject(Object) - Method in interface org.biopax.paxtools.query.model.Graph
-
Gets the wrapper of the related object.
- getInteraction() - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Gets the wrapped TemplateReaction
- getKey() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
- getKey(Object) - Method in class org.biopax.paxtools.query.model.AbstractGraph
-
- getKey() - Method in interface org.biopax.paxtools.query.model.GraphObject
-
This method is used for storing the object in a Map.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
RDF ID of the Control is its key.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
RDF ID of the Conversion and the direction is used for the key.
- getKey(Object) - Method in class org.biopax.paxtools.query.wrapperL3.GraphL3
-
RDF IDs of elements is used as key in the object map.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
RDF ID of the PhysicalEntity is used as key.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Uses RDF ID of TemplateReaction as key.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
RDF ID of the Control is its key.
- getKey(Object) - Method in class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
RDF IDs of elements is used as key in the object map.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Uses RDF ID of TemplateReaction as key.
- getKey() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
RDF ID of the PhysicalEntity is used as key.
- getLabel(GraphObject) - Method in class org.biopax.paxtools.query.algorithm.BFS
-
Gets the distance label of the object.
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
- getLowerEquivalent() - Method in interface org.biopax.paxtools.query.model.Node
-
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Control cannot have an equivalent.
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Events do not have equivalent objects.
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Control cannot have an equivalent.
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Events do not have equivalent objects.
- getLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
- getModel() - Method in class org.biopax.paxtools.query.wrapperL3.GraphL3
-
- getModel() - Method in class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
- getObjectMap() - Method in class org.biopax.paxtools.query.model.AbstractGraph
-
- getPathSign() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
- getPhysicalEntity() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
- getPhysicalEntity() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
- getRelatedPhysicalEntities(BioPAXElement, Set<PhysicalEntity>) - Static method in class org.biopax.paxtools.query.QueryExecuter
-
Gets the related PhysicalEntity objects of the given BioPAXElement, in level 3 models.
- getRelatedPhysicalEntityMap(Collection<BioPAXElement>) - Static method in class org.biopax.paxtools.query.QueryExecuter
-
Maps each BioPAXElement to its related PhysicalEntity objects.
- getReverse() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
- getSeedInteractions(Collection<BioPAXElement>, Graph) - Static method in class org.biopax.paxtools.query.QueryExecuter
-
Extracts the querible interactions from the elements.
- getSign() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
Edges are positive by default.
- getSign() - Method in interface org.biopax.paxtools.query.model.Edge
-
Algorithms may need a sign for the edge.
- getSign() - Method in interface org.biopax.paxtools.query.model.Node
-
Some nodes can have a sign (typically non-breadth nodes).
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Events have a positive sign.
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
PhysicalEntity have positive sign.
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Events have a positive sign.
- getSign() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
PhysicalEntity have positive sign.
- getSourceNode() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
- getSourceNode() - Method in interface org.biopax.paxtools.query.model.Edge
-
- getTargetNode() - Method in class org.biopax.paxtools.query.model.AbstractEdge
-
- getTargetNode() - Method in interface org.biopax.paxtools.query.model.Edge
-
- getTempReac() - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Gets the wrapped TemplateReaction
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
- getUpperEquivalent() - Method in interface org.biopax.paxtools.query.model.Node
-
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Control cannot have an equivalent.
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Events do not have equivalent objects.
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Control cannot have an equivalent.
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Events do not have equivalent objects.
- getUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
- getUpstream() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Gets the upstream edges.
- getUpstream() - Method in interface org.biopax.paxtools.query.model.Node
-
- getUpstreamConversions(Collection<Interaction>) - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Gets the conversions at the upstream of this PhysicalEntity.
- getUpstreamNoInit() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
This class gets the upstream links but does not initialize.
- getWrappedSet(Set<? extends GraphObject>) - Method in interface org.biopax.paxtools.query.model.Graph
-
Gets the wrapped objects of the given wrapper set.
- getWrappedSet(Set<? extends GraphObject>) - Method in class org.biopax.paxtools.query.wrapperL3.GraphL3
-
Gets the wrapped objects of the given wrappers.
- getWrappedSet(Set<? extends GraphObject>) - Method in class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
Gets the wrapped objects of the given wrappers.
- getWrapperMap(Set<?>) - Method in interface org.biopax.paxtools.query.model.Graph
-
Gets a map from objects to their wrappers.
- getWrapperMap(Set<?>) - Method in class org.biopax.paxtools.query.wrapperL3.GraphL3
-
Gets an element-to-wrapper map for the given elements.
- getWrapperMap(Set<?>) - Method in class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
Gets an element-to-wrapper map for the given elements.
- getWrapperSet(Set<?>) - Method in interface org.biopax.paxtools.query.model.Graph
-
Gets the set of wrappers for the given wrapped object set.
- getWrapperSet(Set<?>) - Method in class org.biopax.paxtools.query.wrapperL3.GraphL3
-
Gets wrappers of given elements
- getWrapperSet(Set<?>) - Method in class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
Gets wrappers of given elements
- graph - Variable in class org.biopax.paxtools.query.model.AbstractNode
-
Owner graph.
- Graph - Interface in org.biopax.paxtools.query.model
-
This graph interface is used in graph algorithms.
- GraphL3 - Class in org.biopax.paxtools.query.wrapperL3
-
Wrapper for L3 Graphs.
- GraphL3(Model, Filter...) - Constructor for class org.biopax.paxtools.query.wrapperL3.GraphL3
-
Constructor with the model and the IDs of the ubiquitous molecules.
- GraphL3Undirected - Class in org.biopax.paxtools.query.wrapperL3undirected
-
Wrapper for L3 Graphs.
- GraphL3Undirected(Model, Filter...) - Constructor for class org.biopax.paxtools.query.wrapperL3undirected.GraphL3Undirected
-
Constructor with the model and the IDs of the ubiquitous molecules.
- GraphObject - Interface in org.biopax.paxtools.query.model
-
A graph object is the common interface for nodes and edges in a graph.
- GRAY - Static variable in class org.biopax.paxtools.query.algorithm.BFS
-
Color gray indicates that the node is in queue waiting to be procecessed.
- init() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Does nothing yet.
- init() - Method in interface org.biopax.paxtools.query.model.Node
-
Initializes the node.
- init() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Extracts the sign and the type of the Control.
- init() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
Extracts the direction, creates the reverse if necessary.
- init() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Extracts the sign and the type of the Control.
- initBanned() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Initializes the set of banned nodes.
- initDownstream() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Initializes the downstream connections.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Binds the controlled objects.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
Binds products.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Binds to downstream interactions.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Binds to products.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Binds the controlled objects.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Binds to participants and controllers.
- initDownstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
Binds to downstream interactions.
- initLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Finds member nodes if this is a homology node
- initLowerEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
Finds member nodes if this is a homology node
- initMaps() - Method in class org.biopax.paxtools.query.algorithm.BFS
-
Initializes maps used during query.
- initUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Finds homology parent.
- initUpperEquivalent() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
Finds homology parent.
- initUpstream() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Initializes the upstream connections.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Binds the controller and other Controls that controls this control.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
Binds inputs and controllers.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
Binds to upstream interactions.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
Binds to template and controllers.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Binds the controller and other Controls that controls this control.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Binds to participants and controllers.
- initUpstream() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
Binds to upstream interactions.
- InteractionWrapper - Class in org.biopax.paxtools.query.wrapperL3undirected
-
Wrapper for Interaction class, excluding Control objects.
- InteractionWrapper(Interaction, GraphL3Undirected) - Constructor for class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Constructor with the Interaction and the owner graph.
- isBreadthNode() - Method in interface org.biopax.paxtools.query.model.Node
-
This method is critical when the algorithm needs to calculate a path length.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Control is not a breadth node.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Events are not breadth nodes.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
PhysicalEntity is a breadth node.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Control is not a breadth node.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Events are not breadth nodes.
- isBreadthNode() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-
PhysicalEntity is a breadth node.
- isEmptyOK() - Method in class org.biopax.paxtools.query.wrapperL3.StringFieldFilter
-
Gets the option to accept empty fields.
- isEquivalentInTheSet(Node, Set<Node>) - Method in class org.biopax.paxtools.query.algorithm.BFS
-
Checks if an equivalent of the given node is in the set.
- isEquivalentInTheSet(Node, boolean, Set<Node>) - Method in class org.biopax.paxtools.query.algorithm.BFS
-
Checks if an equivalent of the given node is in the set.
- isSafe(Node, Edge) - Method in class org.biopax.paxtools.query.algorithm.CycleBreaker
-
Checks whether an edge is on an unwanted cycle.
- isTranscription() - Method in class org.biopax.paxtools.query.model.AbstractNode
-
Nodes are not transcription by default.
- isTranscription() - Method in interface org.biopax.paxtools.query.model.Edge
-
- isTranscription() - Method in interface org.biopax.paxtools.query.model.Node
-
A node may be related to a transcription and an algorithm can depend on this information.
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3.ConversionWrapper
-
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3.EdgeL3
-
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Say if the event is a transcription.
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3.TemplateReactionWrapper
-
This is transcription.
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EdgeL3
-
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Say if the event is a transcription.
- isTranscription() - Method in class org.biopax.paxtools.query.wrapperL3undirected.InteractionWrapper
-
Being a transcription is not relevant in the undirected context.
- isUbique() - Method in interface org.biopax.paxtools.query.model.Node
-
In biological graphs, some nodes are used ubiquitously like ATP, H2O, etc.
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3.ControlWrapper
-
Controls are not ubiquitous molecules.
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3.EventWrapper
-
Events are not ubiquitous molecules.
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3.PhysicalEntityWrapper
-
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3undirected.ControlWrapper
-
Controls are not ubiquitous molecules.
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3undirected.EventWrapper
-
Events are not ubiquitous molecules.
- isUbique() - Method in class org.biopax.paxtools.query.wrapperL3undirected.PhysicalEntityWrapper
-