Class BiologicalEntity

  • All Implemented Interfaces:
    Comparable<Entity>, AllFieldsEquals, ResourceUri
    Direct Known Subclasses:
    Disease, Gene, Phenotype

    public abstract class BiologicalEntity
    extends Entity
    Describes a biological entity (such as a Gene, Disease or Phenotype). Be sure to update toString() to include all new fields when subclassing! Please refer to org.molgenis.vibe.rdf_processing.GenesForPhenotypeRetrieverTester within the test code for more information.
    • Constructor Detail

      • BiologicalEntity

        public BiologicalEntity​(String id)
      • BiologicalEntity

        public BiologicalEntity​(URI uri)
      • BiologicalEntity

        public BiologicalEntity​(String id,
                                String name)
      • BiologicalEntity

        public BiologicalEntity​(URI uri,
                                String name)