java.lang.Object
it.uniroma2.art.semanticturkey.extension.impl.rdftransformer.FilterUtils

public abstract class FilterUtils extends Object
Utility class for the implementation of filters.
Author:
Manuel Fiorelli
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.eclipse.rdf4j.model.IRI[]
    expandGraphs(org.eclipse.rdf4j.repository.RepositoryConnection workingRepositoryConnection, org.eclipse.rdf4j.model.IRI[] graphs)
    Returns the provided array of graphs, or return every graph (the name of which is an IRI) in case of an empty array.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilterUtils

      public FilterUtils()
  • Method Details

    • expandGraphs

      public static org.eclipse.rdf4j.model.IRI[] expandGraphs(org.eclipse.rdf4j.repository.RepositoryConnection workingRepositoryConnection, org.eclipse.rdf4j.model.IRI[] graphs)
      Returns the provided array of graphs, or return every graph (the name of which is an IRI) in case of an empty array.
      Parameters:
      workingRepositoryConnection -
      graphs -
      Returns: