H
- The type of the handle.public interface DecomposeableHandle<H>
DecomposeableHandle
interface defines those methods related to
the handle based decompose life-cycle.
The handle reference requires the Decomposeable
interface to be
implemented.
Modifier and Type | Interface and Description |
---|---|
static interface |
DecomposeableHandle.DecomposeAutomatonHandle<H>
The
DecomposeableHandle.DecomposeAutomatonHandle interface defines those methods
related to the handle based decompose life-cycle. |
Modifier and Type | Method and Description |
---|---|
void |
decompose(H aHandle)
Decomposes the component identified by the given handle.
|
boolean |
hasDecomposeable(H aHandle)
Determines whether the handle reference is decomposable by implementing
the
Decomposeable interface. |
boolean hasDecomposeable(H aHandle) throws UnknownHandleRuntimeException
Decomposeable
interface.aHandle
- The handle to test whether the reference provides the
according functionality.UnknownHandleRuntimeException
- in case the handle is unknown.void decompose(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
aHandle
- The handle identifying the component.UnsupportedHandleOperationRuntimeException
- in case the reference
of the handle does not support the requested operation.UnknownHandleRuntimeException
- in case the given handle is
unknown.Copyright © 2015. All rights reserved.