Uses of Interface
org.aksw.gerbil.transfer.nif.Meaning
Packages that use Meaning
Package
Description
-
Uses of Meaning in org.aksw.gerbil.io.nif.utils
Methods in org.aksw.gerbil.io.nif.utils that return types with arguments of type MeaningModifier and TypeMethodDescriptionNIFSemanticsChecker.checkForMeaningsOfRelation(Document document) Checks whether all meanings that are used by the relations of this document are also available as annotations in the document.NIFSemanticsChecker.checkKBUniqueness(Document document) Methods in org.aksw.gerbil.io.nif.utils with parameters of type MeaningModifier and TypeMethodDescriptionprivate static booleanNIFSemanticsChecker.checkType(Document document, Meaning meaning, Set<String> expectedTypes, Map<Meaning, Set<String>> typeCache) Method parameters in org.aksw.gerbil.io.nif.utils with type arguments of type Meaning -
Uses of Meaning in org.aksw.gerbil.transfer.nif
Subinterfaces of Meaning in org.aksw.gerbil.transfer.nifMethods in org.aksw.gerbil.transfer.nif that return MeaningModifier and TypeMethodDescriptionRelation.getObject()Relation.getPredicate()Relation.getSubject()Methods in org.aksw.gerbil.transfer.nif that return types with arguments of type MeaningMethods in org.aksw.gerbil.transfer.nif with parameters of type MeaningModifier and TypeMethodDescriptionstatic booleanReturnstrueif the givenMeaninginstances have overlapping URI sets.static booleanvoidRelation.setRelation(Meaning subject, Meaning predicate, Meaning object) -
Uses of Meaning in org.aksw.gerbil.transfer.nif.data
Classes in org.aksw.gerbil.transfer.nif.data that implement MeaningModifier and TypeClassDescriptionclassAn Annotation is a meaning which is added to a document.classclassA scored tag is aAnnotationwith a confidence score.classclassclassFields in org.aksw.gerbil.transfer.nif.data declared as MeaningModifier and TypeFieldDescriptionprivate MeaningRelationImpl.objectprivate MeaningRelationImpl.predicateprivate MeaningRelationImpl.subjectMethods in org.aksw.gerbil.transfer.nif.data that return MeaningModifier and TypeMethodDescriptionRelationImpl.getObject()RelationImpl.getPredicate()RelationImpl.getSubject()Methods in org.aksw.gerbil.transfer.nif.data that return types with arguments of type MeaningMethods in org.aksw.gerbil.transfer.nif.data with parameters of type MeaningModifier and TypeMethodDescriptionvoidRelationImpl.setRelation(Meaning subject, Meaning predicate, Meaning object) Constructors in org.aksw.gerbil.transfer.nif.data with parameters of type MeaningModifierConstructorDescriptionRelationImpl(Meaning subject, Meaning predicate, Meaning object) ScoredRelationImpl(Meaning subject, Meaning predicate, Meaning object, double confidence)
Meaningand theScoredMarkinginterfaces.