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