| Package | Description |
|---|---|
| grammarscope.grapher.semanticgraph | |
| grammarscope.grapher.spo | |
| grammarscope.grapher.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
GEdgeDecorator |
class |
GNodeDecorator
GNode decorator
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPOGEdgeDecorator
SPO edge decorator
|
class |
SPOGNodeDecorator
SPO node decorator
|
| Modifier and Type | Field and Description |
|---|---|
private IDecorator<E> |
GraphDecorator.edgeDecorator |
private IDecorator<V> |
GraphDecorator.nodeDecorator |
| Constructor and Description |
|---|
GraphDecorator(IDecorator<V> nodeDecorator0,
IDecorator<E> edgeDecorator0) |
GraphDecorator(IDecorator<V> nodeDecorator0,
IDecorator<E> edgeDecorator0) |