Uses of Interface
org.aksw.gerbil.transfer.nif.Marking
Packages that use Marking
Package
Description
-
Uses of Marking in org.aksw.gerbil.io.nif
Methods in org.aksw.gerbil.io.nif with parameters of type MarkingModifier and TypeMethodDescriptionprotected voidAnnotationWriter.addProvenanceInfoLink(Marking marking, org.apache.jena.rdf.model.Resource markingResource, org.apache.jena.rdf.model.Model nifModel, String documentURI)voidAnnotationWriter.writeMarkingToModel(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource, String text, String documentURI, Marking marking, int markingId) -
Uses of Marking in org.aksw.gerbil.transfer.nif
Subinterfaces of Marking in org.aksw.gerbil.transfer.nifModifier and TypeInterfaceDescriptioninterfaceA class implementing this interface contains a set of URI pointing to the meaning of this object.interfaceinterfaceinterfaceImplements a Relation ObjectinterfaceA class implementing this interface contains a confidence score for this Marking.interfaceDeprecated.interfaceinterfaceA Span marks a position inside a text.interfaceinterfaceMethods in org.aksw.gerbil.transfer.nif with type parameters of type MarkingMethods in org.aksw.gerbil.transfer.nif that return types with arguments of type MarkingMethods in org.aksw.gerbil.transfer.nif with parameters of type MarkingMethod parameters in org.aksw.gerbil.transfer.nif with type arguments of type Marking -
Uses of Marking in org.aksw.gerbil.transfer.nif.data
Classes in org.aksw.gerbil.transfer.nif.data that implement MarkingModifier and TypeClassDescriptionclassclassAn Annotation is a meaning which is added to a document.classclassclassclassA scored tag is aAnnotationwith a confidence score.classclassclassclassclassclassclassFields in org.aksw.gerbil.transfer.nif.data with type parameters of type MarkingMethods in org.aksw.gerbil.transfer.nif.data with type parameters of type MarkingMethods in org.aksw.gerbil.transfer.nif.data that return types with arguments of type MarkingMethods in org.aksw.gerbil.transfer.nif.data with parameters of type MarkingMethod parameters in org.aksw.gerbil.transfer.nif.data with type arguments of type MarkingConstructor parameters in org.aksw.gerbil.transfer.nif.data with type arguments of type MarkingModifierConstructorDescriptionDocumentImpl(String text, String uri, List<Marking> markings)DocumentImpl(String text, List<Marking> markings)
Meaningand theScoredMarkinginterfaces.