Interface DecomposableHandle.DecomposeAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
DecomposableHandle<H>
Enclosing interface:
DecomposableHandle<H>

public static interface DecomposableHandle.DecomposeAutomatonHandle<H> extends DecomposableHandle<H>
The DecomposableHandle.DecomposeAutomatonHandle interface defines those methods related to the handle based decompose life-cycle. The handle reference requires the Decomposable.DecomposeAutomaton interface to be implemented.