taxonomy

Table of Contents

A data structure to describe what entities are present in a specific bounded context(or members in a set).

e.g, what are all the types of apples? “red apple which includse pink ladies, crimson ladies,… and green apple including pea ladies, nose ladies,…”

Usually a hierarchy structure where superclass includes every item of subclass, a tree structure

Backlinks

survey

Research activity that collectes information about a bounded context to describe its taxonomy

simulation method

(simple version [use this])

  1. imagine the whole topic with level 1: input -> output simulation (chopping tree = axe + swing -> tree down + hurray!)
  2. imagine how the simulation would be carried out step by step with level 2: input -> transformations -> output simulation, in which each step will still be a level 1: input -> output simulation.
  3. deal with each step seperately with level 2: input -> transformations -> output simulation, which will give you more level 1: input -> output simulations

And when you encounter ideas that are under the same topic but not sequential, like apple and banana are both fruits, just do a simple outline with parallel simulation, like imagining the taxonomy

degree of generality

degree of generality is the observation that:

Author: Linfeng He

Created: 2024-04-03 Wed 23:22