Abstract class for a writable port. It is intended as a wrapper for a
regular port. In addition to a get method, it also has a set method and
a method for retrieving the port that it wraps.
We have this abstract class so that we can do instanceof checks.
Abstract class for a writable port. It is intended as a wrapper for a regular port. In addition to a get method, it also has a set method and a method for retrieving the port that it wraps. We have this abstract class so that we can do
instanceof
checks.