Classes

The following classes are available globally.

  • The LineageTree reference type manages a collection of nodes representing the lineage items associated with a particular set of taxa, and can be used to perform calculations based on the relationship between these taxa.

    See more

    Declaration

    Swift

    public final class LineageTree
  • The base class from which all the NCBI related tasks are initiated. This class is not meant to be instantiated but it serves as a start node to invoke the TaxonomyKit functions in your code.

    See more

    Declaration

    Swift

    public final class Taxonomy
  • The base class from which all the Wikipedia related tasks are initiated. This class is not meant to be instantiated but it serves as a start node to invoke the TaxonomyKit functions in your code.

    See more

    Declaration

    Swift

    public final class Wikipedia