Constructor and Description |
---|
MemoryGraph() |
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) |
public Node createNode()
createNode
in interface Graph
public void createPropertyType(String name, Class<?> type)
createPropertyType
in interface Graph
public void createRelationshipType(String name)
createRelationshipType
in interface Graph
public Iterable<? extends Node> getNodeSnapshot()
getNodeSnapshot
in interface Graph
Copyright © 2018 University of California, Santa Cruz. All rights reserved.