All Implemented Interfaces:
Match <X,T>
public class MatchWrapper<X,T,D extends Match <X,T>>
extends Object
implements Match <X,T>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
The mapper for reuse with wrappers.
Methods inherited from interface org.apache.jena.rdfs.engine.Match
contains
Constructor Details
MatchWrapper
public MatchWrapper (D delegate)
Method Details
getMapper
Description copied from interface: Match
The mapper for reuse with wrappers.
Note that this indirectly ties the
Match interface to the
Node realm:
One can use the mapper to obtain X for e.g. RDF.Nodes.type.
Specified by:
getMapper in interface Match <X ,T >