Class OntologyMetaData


  • public class OntologyMetaData
    extends Object
    • Field Detail

      • id

        @SerializedName("@id")
        public String id
      • acronym

        public String acronym
      • summaryOnly

        public boolean summaryOnly
      • type

        @SerializedName("@type")
        public String type
      • ontologyType

        public String ontologyType
      • ontologyGroups

        public List<OntologyGroup> ontologyGroups
        Not actually sent via the BioPortal API. Instead only group is sent, an array of URIs pointing to groups this ontology belongs to. The OntologyGroup objects are then requested via these URIs and may be added here for storage. To add ontology groups, please refer to addOntologyGroup(OntologyGroup).
      • ontologyMetric

        public OntologyMetric ontologyMetric
        Not actually sent via the BioPortal API. Instead ontology metrics (number of classes, depth of ontology etc) have to be requested separately. Then, the correct metric may be added here.
    • Constructor Detail

      • OntologyMetaData

        public OntologyMetaData​(String name,
                                String acronym)