emergent entities
an entity that does not exist explicitly in the component model or code, but rather arises during execution
- data flows
- all the places this value goes...
- control states
- two methods running concurrently
- one method blocked on another
- all the callers of this function
- history of calls up to this point (aka the stack)...