-
Notifications
You must be signed in to change notification settings - Fork 38
Frames Ecosystem
Bryn Cooke edited this page Jul 21, 2013
·
4 revisions
Frames is a bare-bones library. Luckily, its part of a larger ecosystem of graph technologies. When using Frames, you will find yourself making use of framed domain objects and Blueprints.
Frames has no notion of indexes. To obtain an index, use Blueprints.
IndexedGraph graph = framedGraph.getBaseGraph(); // get reference to graph
Index index = graph.getIndex("myIndex", Vertex.class);