Class ExpandOperation.ExpandConfig

    • Constructor Detail

      • ExpandConfig

        public ExpandConfig()
    • Method Detail

      • getCreateNewOntology

        public boolean getCreateNewOntology()
      • setCreateNewOntology

        public void setCreateNewOntology​(boolean shouldCreateNew)
      • getAnnotateExpansionAxioms

        public boolean getAnnotateExpansionAxioms()
      • setAnnotateExpansionAxioms

        public void setAnnotateExpansionAxioms​(boolean shouldAnnotate)
      • getExpandProperties

        public Set<org.semanticweb.owlapi.model.IRI> getExpandProperties()
      • setExpandProperties

        public void setExpandProperties​(Set<org.semanticweb.owlapi.model.IRI> properties)
      • getExcludeProperties

        public Set<org.semanticweb.owlapi.model.IRI> getExcludeProperties()
      • setExcludeProperties

        public void setExcludeProperties​(Set<org.semanticweb.owlapi.model.IRI> properties)