Uses of Enum Class
it.uniroma2.art.semanticturkey.ontology.OntologyImport.Statuses
Packages that use OntologyImport.Statuses
-
Uses of OntologyImport.Statuses in it.uniroma2.art.semanticturkey.ontology
Methods in it.uniroma2.art.semanticturkey.ontology that return OntologyImport.StatusesModifier and TypeMethodDescriptionstatic OntologyImport.StatusesOntologyImport.Statuses.fromImportStatus(ImportStatus importStatus) OntologyImport.getStatus()static OntologyImport.StatusesReturns the enum constant of this class with the specified name.static OntologyImport.Statuses[]OntologyImport.Statuses.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in it.uniroma2.art.semanticturkey.ontology with parameters of type OntologyImport.StatusesModifierConstructorDescriptionOntologyImport(org.eclipse.rdf4j.model.IRI ontology, OntologyImport.Statuses status, Collection<OntologyImport> imports, OntologyImport.OntologySource ontologySource)