Package | Description |
---|---|
outputhelpers |
Modifier and Type | Method and Description |
---|---|
String |
TreePrinter.snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a tree representation for the snippet.
|
String |
SnippetPrinter.snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a string representation.
|
String |
SequencePrinter.snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a sequence representation for the snippet.
|
String |
FlattenedTreePrinter.snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a string representation in the form of flattened trees.
|
String |
FlattenedSequencePrinter.snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a flattened sequence representation.
|
Copyright © 2017. All rights reserved.