Class Ontology

  • All Implemented Interfaces:
    Comparable<Ontology>

    public class Ontology
    extends Object
    implements Comparable<Ontology>
    A representation of an OWL ontology resource [kwg8-08/01/07] unified get*, set* methods with style in VClass.java
    • Constructor Detail

      • Ontology

        public Ontology()
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getNamespaceId

        public int getNamespaceId()
      • setNamespaceId

        public void setNamespaceId​(int nid)
      • getURI

        public String getURI()
      • setURI

        public void setURI​(String URI)
      • getVClassesList

        public List getVClassesList()
      • setVClassesList

        public void setVClassesList​(List vcl)
      • getPropsList

        public List getPropsList()
      • setPropsList

        public void setPropsList​(List pl)
      • getEntsList

        public List getEntsList()
      • setEntsList

        public void setEntsList​(List entsList)