You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Getting Indexes
Frames has no notion of indexes. To obtain an index, use Blueprints.
IndexedGraphgraph = framedGraph.getBaseGraph(); // get reference to graphIndexindex = graph.getIndex("myIndex", Vertex.class);