| Package | Description |
|---|---|
| org.corpus_tools.salt.core | |
| org.corpus_tools.salt.core.impl | |
| org.corpus_tools.salt.util.internal.persistence.dot |
| Modifier and Type | Method and Description |
|---|---|
void |
SGraph.traverse(List<? extends SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler,
boolean isCycleSafe)
Attention: When isCycleSafe is set to false, this
method does not take care about cycles, and it eventually runs into
endless loops.
|
void |
SGraph.traverse(List<SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler)
Traverses a graph in the given order traverseType and starts traversing
with the given startNodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphTraverserModule.traverse(List<? extends SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler,
boolean isCycleSafe)
Traverses a graph in the given order traverseType and starts traversing
with the given startNodes.
|
void |
SGraphImpl.traverse(List<? extends SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler,
boolean isCycleSafe)
Attention: When isCycleSafe is set to false, this
method does not take care about cycles, and it eventually runs into
endless loops.
|
void |
GraphTraverserModule.traverse(List<SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler)
Traverses a graph in the given order traverseType and starts traversing
with the given startNodes.
|
void |
SGraphImpl.traverse(List<SNode> startNodes,
SGraph.GRAPH_TRAVERSE_TYPE traverseType,
String traverseId,
GraphTraverseHandler traverseHandler)
Traverses a graph in the given order traverseType and starts traversing
with the given startNodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusGraphDOTWriter
This class writes the corpus structure in dot format to file.
|
class |
SDocumentGraphDOTWriter |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.