Interface Target

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addTargetNodes​(org.apache.jena.query.Dataset dataset, Set<org.apache.jena.rdf.model.RDFNode> results)
      Adds target nodes to a given result collection.
      boolean contains​(org.apache.jena.query.Dataset dataset, org.apache.jena.rdf.model.RDFNode node)
      Checks whether a given node is in the target.
    • Method Detail

      • addTargetNodes

        void addTargetNodes​(org.apache.jena.query.Dataset dataset,
                            Set<org.apache.jena.rdf.model.RDFNode> results)
        Adds target nodes to a given result collection.
        Parameters:
        dataset - the Dataset with the potential target nodes in the default graph
        results - the collection to add the results to
      • contains

        boolean contains​(org.apache.jena.query.Dataset dataset,
                         org.apache.jena.rdf.model.RDFNode node)
        Checks whether a given node is in the target.
        Parameters:
        dataset - the Dataset with the potential target node in the default graph
        node - the potential target node
        Returns:
        true if node is in this target