public class LinkMaker extends Object
SUB_GENUS and REL some X --NEW_RELATION--> SUPER_GENUS and REL some XA reasoner is used the minimize the number of matching candidates, the actual matching uses the equivalent class definitions.
Modifier and Type | Class and Description |
---|---|
class |
LinkMaker.LinkMakerResult |
static class |
LinkMaker.LinkPattern
Set of variables for a pattern.
|
Constructor and Description |
---|
LinkMaker(OWLGraphWrapper g,
org.semanticweb.owlapi.reasoner.OWLReasoner r) |
Modifier and Type | Method and Description |
---|---|
LinkMaker.LinkMakerResult |
makeLinks(List<LinkMaker.LinkPattern> patterns,
org.semanticweb.owlapi.model.OWLAnnotation sourceAnnotation,
boolean updateExisting)
Start search for matches of the given patterns.
|
public LinkMaker(OWLGraphWrapper g, org.semanticweb.owlapi.reasoner.OWLReasoner r)
g
- r
- public LinkMaker.LinkMakerResult makeLinks(List<LinkMaker.LinkPattern> patterns, org.semanticweb.owlapi.model.OWLAnnotation sourceAnnotation, boolean updateExisting)
patterns
- sourceAnnotation
- Copyright © 2010–2015. All rights reserved.