public class Propagation extends java.lang.Object
| Constructor and Description |
|---|
Propagation(PropagationSpec spec,
DataFormatInstance dataFormatInstance,
SymbolTableHandler tableHandler)
Creates a propagation object based on the propagation specification
|
| Modifier and Type | Method and Description |
|---|---|
void |
propagate(Edge e)
Propagate columns according to the propagation specification
|
java.lang.String |
toString() |
public Propagation(PropagationSpec spec, DataFormatInstance dataFormatInstance, SymbolTableHandler tableHandler) throws MaltChainedException
spec - a propagation specificationdataFormatInstance - a data format instanceMaltChainedExceptionpublic void propagate(Edge e) throws MaltChainedException
e - an edgeMaltChainedExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.