Skip navigation links
A B C E F G H I K L M N O P R S T V 

A

addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
addHasContainer(HasContainer) - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.Neo4jGraphStep
 
addLabel(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.strategy.optimization.Neo4jGraphStepStrategy
 

B

baseElement - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
baseGraph - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 

C

close() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
This implementation of close will also close the current transaction on the thread, but it is up to the caller to deal with dangling transactions in other threads prior to calling this method.
compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
compute() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
CONFIG_CONF - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
CONFIG_DIRECTORY - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
CONFIG_META_PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
CONFIG_MULTI_PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
configuration - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
configuration() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
cypher(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
Execute the Cypher query and get the result set as a GraphTraversal.
cypher(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
Execute the Cypher query with provided parameters and get the result set as a GraphTraversal.
CypherStartStep - Class in org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect
 
CypherStartStep(Traversal.Admin, String, Neo4jCypherIterator<?>) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.CypherStartStep
 

E

edge() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
edgeFeatures - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
edges(Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
element - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 

F

features - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
features() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 

G

get(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
getBaseEdge() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
getBaseElement() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
getBaseGraph() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
getBaseVertex() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getCardinality(String) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getHasContainers() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.Neo4jGraphStep
 
getNodePredicate() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getNodePredicate() - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getNodePredicate() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getProperties(Neo4jVertexProperty, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getProperties(Neo4jVertexProperty, String...) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getProperties(Neo4jVertexProperty, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getProperty(Neo4jVertexProperty, String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getProperty(Neo4jVertexProperty, String) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getProperty(Neo4jVertexProperty, String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getRelationshipPredicate() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getRelationshipPredicate() - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getRelationshipPredicate() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getTrait() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
getVertexProperties(Neo4jVertex, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getVertexProperties(Neo4jVertex, String...) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getVertexProperties(Neo4jVertex, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getVertexProperty(Neo4jVertex, String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
getVertexProperty(Neo4jVertex, String) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
getVertexProperty(Neo4jVertex, String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
getVertexPropertyNode(Neo4jVertexProperty) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jHelper
 
graph - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
graph - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
graphFeatures - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 

H

hashCode() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.Neo4jGraphStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.util.Neo4jCypherIterator
 

I

id() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
id() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
instance() - Static method in class org.apache.tinkerpop.gremlin.neo4j.jsr223.Neo4jGremlinPlugin
 
instance() - Static method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.LabelP.LabelBiPredicate
 
instance() - Static method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.strategy.optimization.Neo4jGraphStepStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
instance() - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
inVertex() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
isDeleted(Neo4jNode) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jHelper
 
isNotFound(RuntimeException) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jHelper
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 

K

key - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
key - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
keys() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
keys() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
keys() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 

L

label() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
label() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
LABEL_DELIMINATOR - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
LabelP - Class in org.apache.tinkerpop.gremlin.neo4j.process.traversal
 
LabelP.LabelBiPredicate - Class in org.apache.tinkerpop.gremlin.neo4j.process.traversal
 
labels() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
LOGGER - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
lookupVertices(Neo4jGraph, List<HasContainer>, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
lookupVertices(Neo4jGraph, List<HasContainer>, Object...) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
lookupVertices(Neo4jGraph, List<HasContainer>, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 

M

mapDirection(Direction) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jHelper
 
MultiMetaNeo4jTrait - Class in org.apache.tinkerpop.gremlin.neo4j.structure.trait
 

N

Neo4jCypherIterator<T> - Class in org.apache.tinkerpop.gremlin.neo4j.process.util
 
Neo4jCypherIterator(Iterator<Map<String, T>>, Neo4jGraph) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.process.util.Neo4jCypherIterator
 
Neo4jEdge - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jEdge(Neo4jRelationship, Neo4jGraph) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
Neo4jElement - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jElement(Neo4jEntity, Neo4jGraph) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jElement
 
Neo4jGraph - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph(Neo4jGraphAPI, Configuration) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
Neo4jGraph(Configuration) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
Neo4jGraph.Neo4jGraphFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgeFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jGraphGraphFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraphFeatures() - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
Neo4jGraphStep<S,E extends Element> - Class in org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect
 
Neo4jGraphStep(GraphStep<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.Neo4jGraphStep
 
Neo4jGraphStepStrategy - Class in org.apache.tinkerpop.gremlin.neo4j.process.traversal.strategy.optimization
 
Neo4jGraphVariables - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGraphVariables(Neo4jGraph) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
Neo4jGraphVariables.Neo4jVariableFeatures - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jGremlinPlugin - Class in org.apache.tinkerpop.gremlin.neo4j.jsr223
 
Neo4jGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.neo4j.jsr223.Neo4jGremlinPlugin
 
Neo4jHelper - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jProperty<V> - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jProperty(Element, String, V) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
Neo4jTrait - Interface in org.apache.tinkerpop.gremlin.neo4j.structure.trait
 
Neo4jVariableFeatures() - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
Neo4jVertex - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jVertex(Neo4jNode, Neo4jGraph) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
Neo4jVertexFeatures() - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
Neo4jVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.neo4j.structure
 
Neo4jVertexProperty(Neo4jVertex, String, V) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
Neo4jVertexProperty(Neo4jVertex, String, V, Neo4jNode) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
Neo4jVertexProperty(Neo4jVertex, Neo4jNode) - Constructor for class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
next() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.util.Neo4jCypherIterator
 
NoMultiNoMetaNeo4jTrait - Class in org.apache.tinkerpop.gremlin.neo4j.structure.trait
 

O

of(String) - Static method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.LabelP
 
open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
Open a new Neo4jGraph instance.
open(String) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
Construct a Neo4jGraph instance by specifying the directory to create the database in..
open(Neo4jGraphAPI) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
Construct a Neo4jGraph instance using an existing Neo4j raw instance.
org.apache.tinkerpop.gremlin.neo4j.jsr223 - package org.apache.tinkerpop.gremlin.neo4j.jsr223
 
org.apache.tinkerpop.gremlin.neo4j.process.traversal - package org.apache.tinkerpop.gremlin.neo4j.process.traversal
 
org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect - package org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect
 
org.apache.tinkerpop.gremlin.neo4j.process.traversal.strategy.optimization - package org.apache.tinkerpop.gremlin.neo4j.process.traversal.strategy.optimization
 
org.apache.tinkerpop.gremlin.neo4j.process.util - package org.apache.tinkerpop.gremlin.neo4j.process.util
 
org.apache.tinkerpop.gremlin.neo4j.structure - package org.apache.tinkerpop.gremlin.neo4j.structure
 
org.apache.tinkerpop.gremlin.neo4j.structure.trait - package org.apache.tinkerpop.gremlin.neo4j.structure.trait
 
outVertex() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 

P

properties(String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
properties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgeFeatures
 
properties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
property(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
property(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
property(String, U) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 

R

remove() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
remove(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
remove() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
removed - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
removeLabel(String) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
removeVertex(Neo4jVertex) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
removeVertex(Neo4jVertex) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
removeVertex(Neo4jVertex) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
removeVertexProperty(Neo4jVertexProperty) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
removeVertexProperty(Neo4jVertexProperty) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
removeVertexProperty(Neo4jVertexProperty) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
requireRestart() - Method in class org.apache.tinkerpop.gremlin.neo4j.jsr223.Neo4jGremlinPlugin
 

S

set(String, Object) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
setProperty(Neo4jVertexProperty, String, V) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
setProperty(Neo4jVertexProperty, String, V) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
setProperty(Neo4jVertexProperty, String, V) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
setVertexProperty(Neo4jVertex, VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
setVertexProperty(Neo4jVertex, VertexProperty.Cardinality, String, V, Object...) - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
setVertexProperty(Neo4jVertex, VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
setVertexPropertyNode(Neo4jVertexProperty, Neo4jNode) - Static method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jHelper
 
supportsAnyIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures
 
supportsAnyIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsBooleanArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsBooleanValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsByteArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsByteValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsComputer() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jGraphGraphFeatures
 
supportsConcurrentAccess() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jGraphGraphFeatures
 
supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures
 
supportsDoubleArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsDoubleValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsFloatArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsFloatValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsIntegerArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsIntegerValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsLongArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsLongValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsMapValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures
 
supportsMapValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsMapValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsMetaProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
supportsMetaProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
supportsMetaProperties() - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
supportsMetaProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
supportsMixedListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures
 
supportsMixedListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsMixedListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsMultiProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
supportsMultiProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
supportsMultiProperties() - Method in interface org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 
supportsMultiProperties() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.NoMultiNoMetaNeo4jTrait
 
supportsSerializableValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures
 
supportsSerializableValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsSerializableValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsStringArrayValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsStringIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures
 
supportsStringValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsThreadedTransactions() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jGraphGraphFeatures
 
supportsUniformListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures
 
supportsUniformListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsUniformListValues() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables.Neo4jVariableFeatures
 
supportsUserSuppliedIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures
 
supportsUserSuppliedIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures
 
supportsUserSuppliedIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexPropertyFeatures
 
supportsUuidIds() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jElementFeatures
 

T

test(String, String) - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.LabelP.LabelBiPredicate
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.CypherStartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.process.traversal.step.sideEffect.Neo4jGraphStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraphVariables
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
trait - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
tx() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 

V

value - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jProperty
 
value - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
variables() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures.Neo4jGraphGraphFeatures
 
variables() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
vertex() - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
vertex - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
VERTEX_PROPERTY_LABEL - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
VERTEX_PROPERTY_TOKEN - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.trait.MultiMetaNeo4jTrait
 
vertexFeatures - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.Neo4jGraphFeatures
 
vertexPropertyNode - Variable in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertexProperty
 
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jEdge
 
vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jVertex
 
A B C E F G H I K L M N O P R S T V 
Skip navigation links

Copyright © 2013–2017 Apache Software Foundation. All rights reserved.