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 instanceMaltChainedException
public void propagate(Edge e) throws MaltChainedException
e
- an edgeMaltChainedException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.