Interface | Description |
---|---|
DotLanguageSupport.IPrimitiveValueParser<T> |
A parser to parse a DOT primitive value type.
|
DotLanguageSupport.IPrimitiveValueParseResult<T> |
The parse result of an
DotLanguageSupport.IPrimitiveValueParser , which comprises a
parsed value and/or syntax errors. |
Class | Description |
---|---|
DotAttributes |
The
DotAttributes class contains all properties which are supported
by DotImport and DotExport , i.e. they are set on the
resulting Graph . |
DotExecutableUtils |
Class for drawing dot graphs by calling the dot executable.
|
DotExport |
A serializer that creates a Graphviz DOT string or file from a
Graph with DotAttributes . |
DotFileUtils |
Static helper methods for working with files.
|
DotImport |
A parser that creates a
Graph with DotAttributes from a Graphviz DOT string or file. |
DotInterpreter |
Create a
Graph instance from a DOT string by interpreting the AST of
the parsed DOT. |
DotLanguageSupport |
Provides access to parsers, serializers, and validators of the respective Dot
language grammars.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.