Modifier and Type | Method and Description |
---|---|
GenericVertex |
Vertex.asGenericVertex() |
Modifier and Type | Method and Description |
---|---|
static List<NodeRef> |
NodeRef.from(GenericVertex vertex)
Creates
NodeRef s from a GenericVertex . |
Modifier and Type | Method and Description |
---|---|
List<GenericVertex> |
EnrichmentGraphBuilder.getVertices() |
List<GenericVertex> |
EnrichmentGraphBuilder.resolveVertices(NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
<T> EnrichmentGraphBuilder |
EnrichmentGraphBuilder.property(GenericVertex vertex,
String name,
T value) |
Modifier and Type | Method and Description |
---|---|
GenericVertex |
GenericVertex.asGenericVertex() |
GenericVertex |
GenericVertex.GenericVertexBuilder.build() |
GenericVertex |
GenericGraph.getVertex(String id) |
GenericVertex |
GenericGraph.GenericGraphBuilder.getVertex(String id) |
GenericVertex |
GenericGraph.resolveVertex(VertexRef vertexRef) |
Modifier and Type | Method and Description |
---|---|
Collection<GenericVertex> |
GenericGraph.getNeighbors(GenericVertex eachVertex) |
List<GenericVertex> |
GenericGraph.getVertices() |
List<GenericVertex> |
GenericGraph.GenericGraphBuilder.getVertices() |
ImmutableGraph<GenericVertex,GenericEdge> |
GenericGraph.getView(Collection<GenericVertex> verticesInFocus,
int szl) |
List<GenericVertex> |
GenericGraph.resolveVertexRefs(Collection<VertexRef> vertexRefs) |
List<GenericVertex> |
GenericGraph.resolveVertices(Collection<String> vertexIds) |
List<GenericVertex> |
GenericGraph.resolveVertices(NodeRef nodeRef) |
List<GenericVertex> |
GenericGraph.GenericGraphBuilder.resolveVertices(NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
GenericGraph.GenericGraphBuilder |
GenericGraph.GenericGraphBuilder.addVertex(GenericVertex vertex) |
Collection<GenericEdge> |
GenericGraph.getConnectingEdges(GenericVertex eachVertex) |
Collection<GenericVertex> |
GenericGraph.getNeighbors(GenericVertex eachVertex) |
void |
GenericGraph.GenericGraphBuilder.removeVertex(GenericVertex vertex) |
GenericVertex.GenericVertexBuilder |
GenericVertex.GenericVertexBuilder.vertex(GenericVertex vertex) |
Modifier and Type | Method and Description |
---|---|
GenericGraph.GenericGraphBuilder |
GenericGraph.GenericGraphBuilder.addVertices(Collection<GenericVertex> vertices) |
ImmutableGraph<GenericVertex,GenericEdge> |
GenericGraph.getView(Collection<GenericVertex> verticesInFocus,
int szl) |
Modifier and Type | Method and Description |
---|---|
List<GenericVertex> |
SearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria)
Resolves the given SearchCriteria to a list of vertices.
|
List<GenericVertex> |
GraphSearchService.search(SearchCriteria searchCriteria) |
Constructor and Description |
---|
SemanticZoomLevelTransformer(Collection<GenericVertex> verticesInFocus,
int szl) |
Modifier and Type | Field and Description |
---|---|
protected GenericVertex |
AbstractDomainVertex.delegate |
Modifier and Type | Method and Description |
---|---|
GenericVertex |
AbstractDomainVertex.asGenericVertex() |
Modifier and Type | Method and Description |
---|---|
protected abstract V |
AbstractDomainGraph.convert(GenericVertex vertex) |
Constructor and Description |
---|
AbstractDomainVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
SimpleDomainVertex |
SimpleDomainGraph.convert(GenericVertex vertex) |
static SimpleDomainVertex |
SimpleDomainVertex.from(GenericVertex genericVertex) |
Constructor and Description |
---|
SimpleDomainVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
VertexEntity |
GenericToEntityMapper.toEntity(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
List<GenericVertex> |
ApplicationSearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationVertex |
ApplicationGraph.convert(GenericVertex vertex) |
static ApplicationVertex |
ApplicationVertex.from(GenericVertex genericVertex) |
Constructor and Description |
---|
ApplicationVertex(GenericVertex vertex) |
Modifier and Type | Method and Description |
---|---|
protected BusinessServiceVertex |
BusinessServiceGraph.convert(GenericVertex vertex) |
static BusinessServiceVertex |
BusinessServiceVertex.from(GenericVertex genericVertex) |
Constructor and Description |
---|
BusinessServiceVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
protected LegacyVertex |
LegacyGraph.convert(GenericVertex vertex) |
Constructor and Description |
---|
LegacyVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
protected CustomVertex |
CustomGraph.convert(GenericVertex vertex) |
Constructor and Description |
---|
CustomVertex(GenericVertex genericVertex) |
Constructor and Description |
---|
LegacyVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
List<GenericVertex> |
LabelSearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria) |
List<GenericVertex> |
NodeSearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria) |
List<GenericVertex> |
DefaultGraphSearchService.search(SearchCriteria searchCriteria) |
Copyright © 2021. All rights reserved.