Interface DecomposeableHandle<H>

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

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

The handle reference requires the Decomposeable interface to be implemented.