| Package | Description |
|---|---|
| org.ogema.apps.graphgenerator.generators |
Definition and implementation of the generators that create a textual representation
of graphs.
|
| org.ogema.apps.graphgenerator.styles.gviz | |
| org.ogema.apps.graphgenerator.styles.visjs |
| Modifier and Type | Method and Description |
|---|---|
void |
VisJsGenerator.addEdge(org.ogema.core.model.Resource start,
org.ogema.core.model.Resource end,
EdgeStyle style) |
void |
GraphwizGenerator.addEdge(org.ogema.core.model.Resource start,
org.ogema.core.model.Resource end,
EdgeStyle style) |
abstract void |
GraphGenerator.addEdge(org.ogema.core.model.Resource start,
org.ogema.core.model.Resource end,
EdgeStyle style)
Adds a new, directed edge to be graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeStyleBase
Base class for edge styles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEdgeStyle |
Copyright © 2018. All rights reserved.