Uses of Enum Class
org.aksw.qa.annotation.util.NifEverything.NifProperty
Packages that use NifEverything.NifProperty
-
Uses of NifEverything.NifProperty in org.aksw.qa.annotation.util
Methods in org.aksw.qa.annotation.util that return NifEverything.NifPropertyModifier and TypeMethodDescriptionstatic NifEverything.NifPropertyReturns the enum constant of this class with the specified name.static NifEverything.NifProperty[]NifEverything.NifProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aksw.qa.annotation.util with parameters of type NifEverything.NifPropertyModifier and TypeMethodDescriptionNifEverything.appendNIFResultFromComparisonUtils(String documentsString, ComparisonUtils comparison, NifEverything.NifProperty nif)Appends found properties(classes) annotations to given NIF.NifEverything.appendNIFResultFromIndexDBO(String documentsString, IndexDBO indexDBO, NifEverything.NifProperty nif)Appends found properties(classes) annotations to given NIF.NifEverything.createNIFResultFromComparisonUtils(String q, ComparisonUtils comparison, NifEverything.NifProperty nif)Creates a NIF with annotations respective to givenNifEverything.NifPropertyrespective to givenComparisonUtilsNifEverything.createNIFResultFromIndexDBO(String q, IndexDBO indexDBO, NifEverything.NifProperty nif)Creates a NIF with annotations respective to givenNifEverything.NifPropertyrespective to givenIndexDBOprivate List<org.aksw.gerbil.transfer.nif.Marking>NifEverything.stringToMarkingsComparison(String q, ComparisonUtils comparison, NifEverything.NifProperty nif)Here the actual annotation takes place.private List<org.aksw.gerbil.transfer.nif.Marking>NifEverything.stringToMarkingsIndexDBO(String q, IndexDBO indexDBO, NifEverything.NifProperty nif)Here the actual annotation takes place.