Interface and Description |
---|
org.neo4j.graphdb.Expander
Deprecated because
RelationshipExpander is deprecated. See PathExpander instead. |
org.neo4j.graphdb.traversal.InitialStateFactory
use
InitialBranchState instead, which has got
InitialBranchState.reverse() as well. |
org.neo4j.graphdb.traversal.PruneEvaluator
because of the introduction of
Evaluator which combines
PruneEvaluator and filtering (Predicate of Path s). |
org.neo4j.graphdb.RelationshipExpander
in favor or
PathExpander . A RelationshipExpander
can still be wrapped via StandardExpander.toPathExpander(RelationshipExpander)
to act like a PathExpander . |
org.neo4j.graphdb.ReturnableEvaluator
because of the introduction of a new traversal framework,
see more information at
TraversalDescription and
Traversal and the new traversal framework's equivalent
Predicate . |
org.neo4j.graphdb.StopEvaluator
because of the introduction of a new traversal framework,
see more information at
TraversalDescription and
Traversal and the new traversal framework's equivalent
Evaluator . |
org.neo4j.graphdb.Traverser
because of an unnatural and too tight coupling with
Node . Also because of the introduction of a new traversal framework
and the usage of it. The new way of doing traversals is by creating a
new TraversalDescription from
GraphDatabaseService.traversalDescription() , add rules and
behaviors to it and then calling
TraversalDescription.traverse(Node...) . |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.