public final class BusinessServiceGraph extends AbstractDomainGraph<BusinessServiceVertex,BusinessServiceEdge>
Modifier and Type | Class and Description |
---|---|
static class |
BusinessServiceGraph.BusinessServiceGraphBuilder |
AbstractDomainGraph.AbstractDomainGraphBuilder<T extends AbstractDomainGraph.AbstractDomainGraphBuilder,V extends AbstractDomainVertex,E extends AbstractDomainEdge>
Constructor and Description |
---|
BusinessServiceGraph(GenericGraph graph) |
Modifier and Type | Method and Description |
---|---|
static BusinessServiceGraph.BusinessServiceGraphBuilder |
builder() |
protected BusinessServiceEdge |
convert(GenericEdge edge) |
protected ImmutableGraph<BusinessServiceVertex,BusinessServiceEdge> |
convert(GenericGraph graph) |
protected BusinessServiceVertex |
convert(GenericVertex vertex) |
static BusinessServiceGraph |
from(GenericGraph genericGraph) |
asGenericGraph, equals, getConnectingEdges, getDefaultFocus, getDescription, getEdge, getEdgeIds, getEdges, getLabel, getNamespace, getNeighbors, getVertex, getVertexIds, getVertices, getView, hashCode, resolveEdges, resolveVertex, resolveVertices, resolveVertices, toString
public static final String NAMESPACE
public BusinessServiceGraph(GenericGraph graph)
protected ImmutableGraph<BusinessServiceVertex,BusinessServiceEdge> convert(GenericGraph graph)
convert
in class AbstractDomainGraph<BusinessServiceVertex,BusinessServiceEdge>
protected BusinessServiceVertex convert(GenericVertex vertex)
convert
in class AbstractDomainGraph<BusinessServiceVertex,BusinessServiceEdge>
protected BusinessServiceEdge convert(GenericEdge edge)
convert
in class AbstractDomainGraph<BusinessServiceVertex,BusinessServiceEdge>
public static BusinessServiceGraph.BusinessServiceGraphBuilder builder()
public static BusinessServiceGraph from(GenericGraph genericGraph)
Copyright © 2021. All rights reserved.