return url;
}
public void loadSpecification(String propagationSpecFileName) throws MaltChainedException {
PropagationSpecsReader reader = new PropagationSpecsReader();
reader.load(findURL(propagationSpecFileName), propagationSpecs);
propagations = new Propagations(propagationSpecs, configDirectory.getInputDataFormatInstance());
}
public void propagate(Edge e) throws MaltChainedException {
if (propagations != null && e != null) {