| Modifier and Type | Class and Description |
|---|---|
static class |
GraphTransformer.Builder<T extends SequenceElement> |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicInteger |
counter |
protected LabelsProvider<T> |
labelsProvider |
protected static org.slf4j.Logger |
log |
protected boolean |
shuffle |
protected IGraph<T,?> |
sourceGraph |
protected VocabCache<T> |
vocabCache |
protected GraphWalker<T> |
walker |
| Modifier | Constructor and Description |
|---|---|
protected |
GraphTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialize()
This method handles required initialization for GraphTransformer
|
Iterator<Sequence<T>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected IGraph<T extends SequenceElement,?> sourceGraph
protected GraphWalker<T extends SequenceElement> walker
protected LabelsProvider<T extends SequenceElement> labelsProvider
protected AtomicInteger counter
protected boolean shuffle
protected VocabCache<T extends SequenceElement> vocabCache
protected static final org.slf4j.Logger log
Copyright © 2017. All rights reserved.