public class MatchingCollector extends Object
Constructor and Description |
---|
MatchingCollector() |
Modifier and Type | Method and Description |
---|---|
LocalMatching |
getMatching(org.apache.commons.rdf.api.RDFTerm node,
Label label) |
Map<Pair<org.apache.commons.rdf.api.RDFTerm,Label>,LocalMatching> |
getMatchingMap() |
void |
startValidation() |
void |
updateMatching(org.apache.commons.rdf.api.RDFTerm node,
Label label,
LocalMatching matching) |
void |
validationComplete() |
public void updateMatching(org.apache.commons.rdf.api.RDFTerm node, Label label, LocalMatching matching)
public LocalMatching getMatching(org.apache.commons.rdf.api.RDFTerm node, Label label)
public Map<Pair<org.apache.commons.rdf.api.RDFTerm,Label>,LocalMatching> getMatchingMap()
public void startValidation()
public void validationComplete()
Copyright © 2019. All rights reserved.