Class TransformationStep

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.export.TransformationStep

public class TransformationStep extends Object
A transformation step consists of a PluginSpecification and a collection of graphs it applies to.
Author:
Manuel Fiorelli
  • Constructor Details

    • TransformationStep

      public TransformationStep(PluginSpecification filter, org.eclipse.rdf4j.model.IRI[] graphs)
  • Method Details

    • getFilter

      public PluginSpecification getFilter()
    • getGraphs

      @Nullable public org.eclipse.rdf4j.model.IRI[] getGraphs()