LSMEW: CrumbHandler class

Table of Contents

The CrumbHandler class implments a virtual actuator that picks up and put down Crumb class objects

It has 2 primitives:

1. CrumbHandler.putDownCrumb

The idea is to generate a Crumb class object, and insert it into the with an API from the environment

2. CrumbHandler.pickUpCrumb

The idea is to take a Crumb class object out from with an API from the environment.

The object should be already known, so pickUpCrumb(Crumb crumb)

Author: Linfeng He

Created: 2024-04-03 Wed 23:21