org.neo4j.examples.server
Class Relationship
java.lang.Object
org.neo4j.examples.server.Relationship
public class Relationship
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUT
public static final String OUT
- See Also:
- Constant Field Values
IN
public static final String IN
- See Also:
- Constant Field Values
BOTH
public static final String BOTH
- See Also:
- Constant Field Values
Relationship
public Relationship(String type,
String direction)
Relationship
public Relationship(String type)
toJsonCollection
public String toJsonCollection()
setType
public void setType(String type)
setDirection
public void setDirection(String direction)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.