Interface DecomposableHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
DecomposableHandle.DecomposeAutomatonHandle<H>

public interface DecomposableHandle<H>
The DecomposableHandle interface defines those methods related to the handle based decompose life-cycle.

The handle reference requires the Decomposable interface to be implemented.