public class GraphMLModel extends Object
It is based on JAXB.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
The GraphML namespace.
|
static String |
SCHEMA_LOCATION
The GraphML schema location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGraph(GraphModel graph)
Adds a
GraphModel to the current model. |
static WithKeys<WithGraphs<Build<GraphMLModel>>> |
builder()
A builder to the current
GraphMLModel class. |
public static final String NAMESPACE
public static final String SCHEMA_LOCATION
public static WithKeys<WithGraphs<Build<GraphMLModel>>> builder()
GraphMLModel class.GraphMLModel instance.public void addGraph(GraphModel graph)
GraphModel to the current model.graph - the GraphModel to add to the current instance.Copyright © 2020. All rights reserved.