Uses of Enum Class
it.uniroma2.art.semanticturkey.ontology.ImportMethod
Packages that use ImportMethod
Package
Description
-
Uses of ImportMethod in it.uniroma2.art.semanticturkey.ontology
Methods in it.uniroma2.art.semanticturkey.ontology that return ImportMethodModifier and TypeMethodDescriptionstatic ImportMethod
Returns the enum constant of this class with the specified name.static ImportMethod[]
ImportMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.uniroma2.art.semanticturkey.ontology that return types with arguments of type ImportMethodModifier and TypeMethodDescriptionTransitiveImportMethodAllowance.getAllowedMethods()
Returns an unmodifiable list of allowed import methods -
Uses of ImportMethod in it.uniroma2.art.semanticturkey.ontology.impl
Methods in it.uniroma2.art.semanticturkey.ontology.impl with parameters of type ImportMethodModifier and TypeMethodDescriptionprotected void
OntologyManagerImpl.doImport
(org.eclipse.rdf4j.repository.RepositoryConnection conn, boolean validationCurrentlyEnabled, ImportModality mod, TransitiveImportMethodAllowance transitiveImportAllowance, Set<org.eclipse.rdf4j.model.IRI> failedImports, Set<org.eclipse.rdf4j.model.IRI> importedOntologies, String baseURI, ImportMethod method)