public interface Traverser
Unparameterized interface to represent a wrapper of event information to be passed through a workflow.
This class exists so other generic classes (such as Node
) can interact
with the various kinds of Traversers without knowing about event-specific or entity-specific information.