| Modifier and Type | Field and Description |
|---|---|
boolean |
defaultDirected |
String |
description |
static Graph |
DIRECTED |
static Graph |
UNDIRECTED |
| Constructor and Description |
|---|
BaseGraph() |
| Modifier and Type | Method and Description |
|---|---|
BaseGraph |
withDefaultDirected(boolean defaultDirected) |
BaseGraph |
withDescription(String description) |
void |
writeEnd(ElementWriter w) |
void |
writeStart(ElementWriter w,
String id) |
public String description
public boolean defaultDirected
public static final Graph DIRECTED
public static final Graph UNDIRECTED
public BaseGraph withDefaultDirected(boolean defaultDirected)
public void writeStart(ElementWriter w, String id)
writeStart in interface Graphpublic void writeEnd(ElementWriter w)
Copyright © 2016. All rights reserved.