| Package | Description |
|---|---|
| org.neolumin.vertexium | |
| org.neolumin.vertexium.event | |
| org.neolumin.vertexium.path | |
| org.neolumin.vertexium.query | |
| org.neolumin.vertexium.search |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphBase |
class |
GraphBaseWithSearchIndex |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphFactory.createGraph(Map config) |
Graph |
ElementBase.getGraph() |
Graph |
Element.getGraph()
Gets the graph that this element belongs to.
|
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphEvent.getGraph() |
| Constructor and Description |
|---|
AddEdgeEvent(Graph graph,
Edge edge) |
AddPropertyEvent(Graph graph,
Element element,
Property property) |
AddVertexEvent(Graph graph,
Vertex vertex) |
GraphEvent(Graph graph) |
MarkHiddenEdgeEvent(Graph graph,
Edge edge) |
MarkHiddenPropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkHiddenVertexEvent(Graph graph,
Vertex vertex) |
MarkVisibleEdgeEvent(Graph graph,
Edge edge) |
MarkVisiblePropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkVisibleVertexEvent(Graph graph,
Vertex vertex) |
RemoveEdgeEvent(Graph graph,
Edge edge) |
RemovePropertyEvent(Graph graph,
Element element,
Property property) |
RemovePropertyEvent(Graph graph,
Element element,
PropertyRemoveMutation propertyRemoveMutation) |
RemoveVertexEvent(Graph graph,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Path> |
PathFindingAlgorithm.findPaths(Graph graph,
Vertex sourceVertex,
Vertex destVertex,
int hops,
ProgressCallback progressCallback,
Authorizations authorizations) |
Iterable<Path> |
RecursivePathFindingAlgorithm.findPaths(Graph graph,
Vertex sourceVertex,
Vertex destVertex,
int hops,
ProgressCallback progressCallback,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
QueryBase.getGraph() |
| Constructor and Description |
|---|
DefaultGraphQuery(Graph graph,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
DefaultVertexQuery(Graph graph,
Vertex sourceVertex,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
QueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
QueryBase(Graph graph,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
GraphQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
GraphQuery |
SearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
SimilarToGraphQuery |
DefaultSearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
SimilarToGraphQuery |
SearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.removeElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
void |
SearchIndex.removeProperty(Graph graph,
Element element,
Property property,
Authorizations authorizations) |
void |
DefaultSearchIndex.removeProperty(Graph graph,
Element element,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations) |
void |
SearchIndex.removeProperty(Graph graph,
Element element,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations) |
Copyright © 2014–2015. All rights reserved.