public class PreMatching extends Object
getPreMatching()
and are associated with non-empty list of triple constraints.
Triples that match some of the extra properties are in getMatchedToExtra()
.
Triples that matche neigther some triple constraint nor the extra properties are in getUnmatched()
that match no exhca property.Constructor and Description |
---|
PreMatching(Map<org.apache.commons.rdf.api.Triple,List<TripleConstraint>> preMatching,
List<org.apache.commons.rdf.api.Triple> matchedToExtra,
List<org.apache.commons.rdf.api.Triple> unmatchedTriples) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.commons.rdf.api.Triple> |
getMatchedToExtra() |
Map<org.apache.commons.rdf.api.Triple,List<TripleConstraint>> |
getPreMatching()
With every triple associates the triple constraints that this triple matches.
|
List<org.apache.commons.rdf.api.Triple> |
getUnmatched()
The triples that match none of the triple constraints.
|
public PreMatching(Map<org.apache.commons.rdf.api.Triple,List<TripleConstraint>> preMatching, List<org.apache.commons.rdf.api.Triple> matchedToExtra, List<org.apache.commons.rdf.api.Triple> unmatchedTriples)
public final List<org.apache.commons.rdf.api.Triple> getUnmatched()
public final Map<org.apache.commons.rdf.api.Triple,List<TripleConstraint>> getPreMatching()
public final List<org.apache.commons.rdf.api.Triple> getMatchedToExtra()
Copyright © 2019. All rights reserved.