| Package | Description |
|---|---|
| me.jaimegarza.syntax.graph | |
| me.jaimegarza.syntax.model.graph |
| Modifier and Type | Method and Description |
|---|---|
String |
SvgRenderer.render(DirectedGraph<? extends Node> graph,
int width,
int height)
Draw a dfa to SVG
|
| Constructor and Description |
|---|
DijkstraShortestPath(DirectedGraph<T> graph)
Construct AND compute the shortest paths for a given graph.
|
KamadaKawai(DirectedGraph<T> graph,
int maxWidth,
int maxHeight) |
| Modifier and Type | Class and Description |
|---|---|
class |
Dfa
Deterministic finite automaton.
|
class |
Nfa
Non-finite automaton.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectedGraph<? extends Node> |
Node.graph |
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph<? extends Node> |
Node.getGraph() |
| Constructor and Description |
|---|
Node(DirectedGraph<? extends Node> graph,
int id)
Default constructor
|
Copyright © 2017. All rights reserved.