Class MatchOverTupleFinder3<D,C>

java.lang.Object
org.aksw.jenax.arq.util.tuple.adapter.MatchOverTupleFinder3<D,C>
All Implemented Interfaces:
org.apache.jena.rdfs.engine.Match<C,D>

public class MatchOverTupleFinder3<D,C> extends Object implements org.apache.jena.rdfs.engine.Match<C,D>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.aksw.commons.tuple.finder.TupleFinder3<D,C>
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    MatchOverTupleFinder3(org.aksw.commons.tuple.finder.TupleFinder3<D,C> delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    match(C s, C p, C o)
     
    static <T, X> org.apache.jena.rdfs.engine.Match<X,T>
    wrap(org.aksw.commons.tuple.finder.TupleFinder3<T,X> delegate)
     

    Methods inherited from class java.lang.Object

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

    • delegate

      protected org.aksw.commons.tuple.finder.TupleFinder3<D,C> delegate
  • Constructor Details

    • MatchOverTupleFinder3

      protected MatchOverTupleFinder3(org.aksw.commons.tuple.finder.TupleFinder3<D,C> delegate)
  • Method Details

    • wrap

      public static <T, X> org.apache.jena.rdfs.engine.Match<X,T> wrap(org.aksw.commons.tuple.finder.TupleFinder3<T,X> delegate)
    • match

      public Stream<D> match(C s, C p, C o)
      Specified by:
      match in interface org.apache.jena.rdfs.engine.Match<D,C>