ImmutableGraph.Builder |
ImmutableGraph.Builder.addEdge(org.opennms.integration.api.v1.graph.Edge edge) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.addEdges(Collection<org.opennms.integration.api.v1.graph.Edge> edges) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.addVertex(org.opennms.integration.api.v1.graph.Vertex vertex) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.addVertices(Collection<org.opennms.integration.api.v1.graph.Vertex> vertices) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.defaultFocus(List<org.opennms.integration.api.v1.graph.VertexRef> vertexRefList) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.defaultFocus(org.opennms.integration.api.v1.graph.VertexRef... vertexRefs) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.defaultFocus(org.opennms.integration.api.v1.graph.VertexRef vertexRef) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.description(String description) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.graph(org.opennms.integration.api.v1.graph.Graph graph) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.graphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.label(String label) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.namespace(String namespace) |
static ImmutableGraph.Builder |
ImmutableGraph.newBuilder(org.opennms.integration.api.v1.graph.GraphInfo graphInfo) |
static ImmutableGraph.Builder |
ImmutableGraph.newBuilderFrom(org.opennms.integration.api.v1.graph.Graph graph) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.properties(Map<String,Object> properties) |
ImmutableGraph.Builder |
ImmutableGraph.Builder.property(String name,
Object value) |