- Type Parameters:
T - the type of node
- Direct Known Subclasses:
- StateContext
public class Context<T extends AbstractNode>
extends Object
Simple holder for all components involved in a transition event i.e.
source and target nodes, triggering message and the current event
determining where the transition is being processed.