Uses of Class
org.episteme.natural.biology.taxonomy.Species
Packages that use Species
Package
Description
Biological taxonomy, genetics, and physiological modeling.
PhyloXML loader for phylogenetic tree data.
Biological modeling, genetics, and life science simulations.
Provides the
org.episteme.social.medicine module.Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides the
org.episteme.social.psychology.social module.-
Uses of Species in org.episteme.natural.biology
Fields in org.episteme.natural.biology declared as SpeciesMethods in org.episteme.natural.biology that return SpeciesModifier and TypeMethodDescriptionstatic SpeciesCommonSpecies.arabidopsisThaliana()static SpeciesCommonSpecies.caenorhabditisElegans()static SpeciesCommonSpecies.canisLupusFamiliaris()static SpeciesCommonSpecies.danioRerio()static SpeciesCommonSpecies.drosophilaMelanogaster()static SpeciesCommonSpecies.escherichiaColiK12()static SpeciesCommonSpecies.felisCatus()Individual.getSpecies()static SpeciesCommonSpecies.musMusculus()static SpeciesCommonSpecies.panTroglodytes()static SpeciesCommonSpecies.saccharomycesCerevisiae()Methods in org.episteme.natural.biology that return types with arguments of type SpeciesModifier and TypeMethodDescriptionCommonSpecies.modelOrganisms()Returns list of all common model organisms.Constructors in org.episteme.natural.biology with parameters of type SpeciesModifierConstructorDescriptionIndividual(String id, Species species, BiologicalSex sex) Individual(String id, Species species, BiologicalSex sex, LocalDate birthDate) Helper constructor for String IDs.Individual(Identification id, Species species, BiologicalSex sex) Individual(Identification id, Species species, BiologicalSex sex, LocalDate birthDate, EventDrivenEngine engine) Creates a new individual organism with an associated simulation engine. -
Uses of Species in org.episteme.natural.biology.ecology
Methods in org.episteme.natural.biology.ecology that return SpeciesConstructors in org.episteme.natural.biology.ecology with parameters of type SpeciesModifierConstructorDescriptionPopulation(String name, Species species, Place territory) Population(Identification id, String name, Species species, Place territory) Population(Identification id, String name, Species species, Place territory, EventDrivenEngine engine) Population(Species species) -
Uses of Species in org.episteme.natural.biology.evolution
Methods in org.episteme.natural.biology.evolution that return SpeciesMethods in org.episteme.natural.biology.evolution with parameters of type SpeciesMethod parameters in org.episteme.natural.biology.evolution with type arguments of type SpeciesModifier and TypeMethodDescriptionstatic CladePhylogeneticTree.buildUPGMA(Real[][] distanceMatrix, List<Species> speciesList) -
Uses of Species in org.episteme.natural.biology.loaders
Subclasses with type arguments of type Species in org.episteme.natural.biology.loadersMethods in org.episteme.natural.biology.loaders that return SpeciesModifier and TypeMethodDescriptionprotected SpeciesNCBITaxonomyReader.loadFromSource(String resourceId) Methods in org.episteme.natural.biology.loaders that return types with arguments of type SpeciesModifier and TypeMethodDescriptionNCBITaxonomyReader.fetchByTaxId(long taxId) Fetches taxonomy by NCBI taxon ID.NCBITaxonomyReader.getResourceType()NCBITaxonomyReader.loadFromResource(String resourcePath) Loads species from a specific resource path (JSON). -
Uses of Species in org.episteme.natural.biology.loaders.itis
Methods in org.episteme.natural.biology.loaders.itis that return SpeciesModifier and TypeMethodDescriptionConverts ITIS taxon record to Episteme Species.Methods in org.episteme.natural.biology.loaders.itis that return types with arguments of type SpeciesModifier and TypeMethodDescriptionITISBridge.toSpeciesList(List<ITISTaxon> taxa) Converts multiple ITIS taxa to Species list.Method parameters in org.episteme.natural.biology.loaders.itis with type arguments of type SpeciesModifier and TypeMethodDescriptionvoidITISBridge.buildHierarchy(List<Species> speciesList) Builds parent-child relationships between Species based on ITIS TSN hierarchy. -
Uses of Species in org.episteme.natural.biology.loaders.phyloxml
Methods in org.episteme.natural.biology.loaders.phyloxml that return SpeciesModifier and TypeMethodDescriptionPhyloXMLBridge.convertTaxonomy(PhyloXMLTaxonomy dto) Converts PhyloXML taxonomy DTO to Episteme Species.Methods in org.episteme.natural.biology.loaders.phyloxml that return types with arguments of type SpeciesModifier and TypeMethodDescriptionPhyloXMLBridge.extractSpecies(PhylogeneticTree tree) Extracts all species from a PhyloXML tree. -
Uses of Species in org.episteme.natural.biology.phylogeny
Fields in org.episteme.natural.biology.phylogeny declared as SpeciesMethod parameters in org.episteme.natural.biology.phylogeny with type arguments of type SpeciesModifier and TypeMethodDescriptionstatic PhylogeneticTree.NodePhylogeneticTree.buildNeighborJoining(Real[][] distanceMatrix, List<Species> speciesList) static PhylogeneticTree.NodePhylogeneticTree.buildUPGMA(Real[][] distanceMatrix, List<Species> speciesList) Constructors in org.episteme.natural.biology.phylogeny with parameters of type Species -
Uses of Species in org.episteme.natural.biology.taxonomy
Fields in org.episteme.natural.biology.taxonomy declared as SpeciesMethods in org.episteme.natural.biology.taxonomy that return SpeciesModifier and TypeMethodDescriptionSpecies.getAncestor()static SpeciesTaxonomyReader.getSpecies(String name) Methods in org.episteme.natural.biology.taxonomy with parameters of type Species -
Uses of Species in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return types with arguments of type SpeciesMethods in org.episteme.natural.medicine with parameters of type SpeciesModifier and TypeMethodDescriptionvoidvoidvoidDisease.removeTarget(Species species) voidDisease.removeVector(Species species) -
Uses of Species in org.episteme.social.economics
Constructors in org.episteme.social.economics with parameters of type SpeciesModifierConstructorDescriptionCommunity(Identification id, String name, Species species, Place place) Community(Identification id, Species species, Place place) Community(Species species, Set<Individual> individuals, Place place) Creates a new Community with initial members.Creates a new empty Community at a specific place.EarthEcosource(Species species) Creates a new EarthEcosource object for a specific species. -
Uses of Species in org.episteme.social.psychology.social
Constructors in org.episteme.social.psychology.social with parameters of type SpeciesModifierConstructorDescriptionCreates a new Crowd with a specific motive.PsychologicalFamily(Species species) Creates a new PsychologicalFamily for a specific species.PsychologicalFamily(Species species, Place formalTerritory) Creates a new PsychologicalFamily with a designated home territory.PsychologicalGroup(String name, Species species, Place territory) Default Constructor with ID generation.PsychologicalGroup(String name, Species species, Place territory, EventDrivenEngine engine) PsychologicalGroup(Identification id, String name, Species species, Place territory) Constructor used by subclasses or for explicit ID.PsychologicalGroup(Identification id, String name, Species species, Place territory, EventDrivenEngine engine) PsychologicalGroup(Species species) Legacy/Convenience constructor.PsychologicalGroup(Species species, Place formalTerritory) Legacy/Convenience constructor.