Uses of Interface
org.aksw.gerbil.transfer.nif.Relation
Packages that use Relation
Package
Description
-
Uses of Relation in org.aksw.gerbil.io.nif
Methods in org.aksw.gerbil.io.nif with parameters of type RelationModifier and TypeMethodDescriptionvoidAnnotationWriter.addRelation(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentAsResource, String documentURI, Relation relation, int markingId) -
Uses of Relation in org.aksw.gerbil.io.nif.utils
Methods in org.aksw.gerbil.io.nif.utils that return types with arguments of type RelationModifier and TypeMethodDescriptionNIFSemanticsChecker.checkDomainRange(Document document, Map<String, NIFSemanticsChecker.DomainRange> domainRangeDef) NIFSemanticsChecker.checkForMultipleRelations(Document document) Checks the given document for relations that are expressed multiple times. -
Uses of Relation in org.aksw.gerbil.transfer.nif
Methods in org.aksw.gerbil.transfer.nif that return RelationMethods in org.aksw.gerbil.transfer.nif with parameters of type Relation -
Uses of Relation in org.aksw.gerbil.transfer.nif.data
Classes in org.aksw.gerbil.transfer.nif.data that implement RelationConstructors in org.aksw.gerbil.transfer.nif.data with parameters of type RelationModifierConstructorDescriptionRelationImpl(Relation relation) ScoredRelationImpl(Relation relation, double confidence)