|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.StandardExpander
org.neo4j.kernel.OrderedByTypeExpander
public final class OrderedByTypeExpander
| Field Summary |
|---|
| Fields inherited from class org.neo4j.kernel.StandardExpander |
|---|
DEFAULT |
| Constructor Summary | |
|---|---|
OrderedByTypeExpander()
|
|
| Method Summary | |
|---|---|
StandardExpander |
add(RelationshipType type,
Direction direction)
Add a RelationshipType with a Direction to the
Expander. |
StandardExpander |
remove(RelationshipType type)
Remove a RelationshipType from the Expander. |
StandardExpander |
reversed()
Returns a new instance with the exact same RelationshipTypes, but
with all directions reversed (see Direction.reverse()). |
| Methods inherited from class org.neo4j.kernel.StandardExpander |
|---|
add, addNodeFilter, addRelationshipFilter, addRelationsipFilter, expand, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderedByTypeExpander()
| Method Detail |
|---|
public StandardExpander add(RelationshipType type,
Direction direction)
ExpanderRelationshipType with a Direction to the
Expander.
add in interface Expanderadd in class StandardExpandertype - relationship typedirection - expanding direction
public StandardExpander remove(RelationshipType type)
ExpanderRelationshipType from the Expander.
remove in interface Expanderremove in class StandardExpandertype - relationship type
public StandardExpander reversed()
RelationshipExpanderRelationshipTypes, but
with all directions reversed (see Direction.reverse()).
reversed in interface Expanderreversed in interface RelationshipExpanderreversed in class StandardExpanderRelationshipExpander with the same types, but with
reversed directions.
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||