| Interface | Description |
|---|---|
| NodeSelector |
Mechanism by which a
Node is selected in the GraphDatabaseService. |
| RelationshipSelector |
Mechanism by which a
Node's Relationship is selected. |
| Class | Description |
|---|---|
| ContinuousNodeSelector |
NodeSelector that selects a Node by finding the first
node matching the provided NodeInclusionPolicy with ID higher than the last one. |
| RandomNodeSelector |
NodeSelector that selects a Node at random from all Nodes available in the database that match
the provided NodeInclusionPolicy. |
| RandomRelationshipSelector |
RelationshipSelector that selects a Relationship at random from all the given
Node's Relationships, such that match the selected
Relationship matches the provided RelationshipInclusionPolicy. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.