public class Propagation extends 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
|
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
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.