Base interface for the common processing logic of a ProcessorInstance.
All ProcessorInstances must implement this interface to be fully formed,
though usually each specific ProcessorInstance implements a more specific interface inheriting from this one.
Additional resources: IRealtime, IControl<T0>