Skip to content

2.0.1

Choose a tag to compare

@philipnorton42 philipnorton42 released this 07 Dec 23:41
· 14 commits to master since this release
70035a8

Changes:
PR #3 The following functions have been added to each Individual type.

  • getId(): This returns a UUID that is unique to the Individual being created.
  • getName(): This returns a string that allows the Individual to be named identified. This name has something to do with the structure of the individual itself.
  • getSpecies(): This returns a species that the individual belongs to. This is similar to the individual name, but is intended to be more generic so that similar individuals can belong to the same species.