| java.lang.Object com.hp.hpl.jena.graph.query.QueryTriple
All known Subclasses: com.hp.hpl.jena.mem.faster.ProcessedTriple,
QueryTriple | public class QueryTriple (Code) | | A QueryTriple is a composite of three QueryNodes derived from a
single source triple. QueryTriple knows how to classify a triple
into a QueryTriple based on the classification of that triple's elements.
A QueryTriple can create a specific Matcher which
will do the minimal amount of work to match triples that have been
generated by find on the finder of that QueryTriple.
author: hedgehog |
Inner Class :public static class SimpleApplyer extends Applyer | |
|
|