Uses of Interface
org.aksw.gerbil.transfer.nif.ProvenanceInfo
Packages that use ProvenanceInfo
Package
Description
-
Uses of ProvenanceInfo in org.aksw.gerbil.io.nif
Methods in org.aksw.gerbil.io.nif that return ProvenanceInfoModifier and TypeMethodDescriptionprotected ProvenanceInfoAnnotationParser.findProvenance(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource resource, Map<String, ProvenanceInfo> provenanceInfos) Methods in org.aksw.gerbil.io.nif with parameters of type ProvenanceInfoModifier and TypeMethodDescriptionvoidAnnotationWriter.addProvenanceInfo(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource, String documentURI, ProvenanceInfo provenance) AnnotationWriter.generateProvenanceInfoUri(ProvenanceInfo provenance, String documentURI) Method parameters in org.aksw.gerbil.io.nif with type arguments of type ProvenanceInfoModifier and TypeMethodDescriptionprotected ProvenanceInfoAnnotationParser.findProvenance(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource resource, Map<String, ProvenanceInfo> provenanceInfos) protected voidAnnotationParser.parseNifAnnotations(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.util.iterator.ExtendedIterator<? extends org.apache.jena.rdf.model.RDFNode> iterator, Map<String, ProvenanceInfo> provenanceInfos, List<Marking> markings) protected voidAnnotationParser.parseOAAnnotations(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource, Map<String, ProvenanceInfo> provenanceInfos, List<Marking> markings) -
Uses of ProvenanceInfo in org.aksw.gerbil.transfer.nif
Fields in org.aksw.gerbil.transfer.nif declared as ProvenanceInfoMethods in org.aksw.gerbil.transfer.nif that return ProvenanceInfoMethods in org.aksw.gerbil.transfer.nif with parameters of type ProvenanceInfoModifier and TypeMethodDescriptionvoidMarkingBuilder.setProvenance(ProvenanceInfo provenance) voidMarking.setProvenanceInfo(ProvenanceInfo provencance) -
Uses of ProvenanceInfo in org.aksw.gerbil.transfer.nif.data
Classes in org.aksw.gerbil.transfer.nif.data that implement ProvenanceInfoFields in org.aksw.gerbil.transfer.nif.data declared as ProvenanceInfoMethods in org.aksw.gerbil.transfer.nif.data that return ProvenanceInfoModifier and TypeMethodDescriptionAbstractMarkingImpl.getProvenanceInfo()ProvenanceInfoImpl.getProvenanceInfo()Methods in org.aksw.gerbil.transfer.nif.data with parameters of type ProvenanceInfoModifier and TypeMethodDescriptionvoidAbstractMarkingImpl.setProvenanceInfo(ProvenanceInfo provencance) voidProvenanceInfoImpl.setProvenanceInfo(ProvenanceInfo provencance) Constructors in org.aksw.gerbil.transfer.nif.data with parameters of type ProvenanceInfo