| Package | Description |
|---|---|
| ontologizer.io.dot |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDotAttributesProvider
Default implementation of the interface providing attributes for dot graph.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GODOTWriter.writeDOT(Ontology graph,
File file,
TermID rootTerm,
Set<TermID> terms,
IDotAttributesProvider provider)
Writes out a basic dot file which can be used within graphviz.
|
static void |
GODOTWriter.writeDOT(Ontology graph,
File file,
TermID rootTerm,
Set<TermID> terms,
IDotAttributesProvider provider,
String graphAttrs,
boolean reverseDirection,
boolean edgeLabels,
Set<TermID> ignoreTerms)
Writes out a basic dot file which can be used within graphviz.
|
Copyright © 2017. All rights reserved.