public class Noop extends Pipe implements Serializable
| Constructor and Description |
|---|
Noop() |
Noop(Alphabet dataDict,
Alphabet targetDict) |
Noop(Class dataDictClass,
Class targetDictClass)
Pass through input without change, but force the creation of
Alphabet's, so it can be shared by future DictionariedPipe's.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic Noop()
public Noop(Class dataDictClass, Class targetDictClass)
public Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
Copyright © 2019 JULIE Lab, Germany. All rights reserved.