public interface Graph
Modifier and Type | Method and Description |
---|---|
Node |
createNode() |
void |
createPropertyType(String name,
Class<?> type) |
void |
createRelationshipType(String name) |
Iterable<? extends Node> |
getNodeSnapshot() |
Set<Node> |
getNodeSnapshotByAttribute(String propertyType,
Object attribute) |