Module org.refcodes.component
Package org.refcodes.component
Interface Decomposable.DecomposeAutomaton
- All Superinterfaces:
Decomposable
- Enclosing interface:
- Decomposable
The
Decomposable.DecomposeAutomaton interface defines those methods related to
the decompose life-cycle.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.component.Decomposable
Decomposable.DecomposeAutomaton -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether the component may get decomposed.booleanDetermines whether the component is decomposed.Methods inherited from interface org.refcodes.component.Decomposable
decompose
-
Method Details
-
isDecomposable
boolean isDecomposable()Determines whether the component may get decomposed.- Returns:
- True if
Decomposable.decompose()is possible.
-
isDecomposed
boolean isDecomposed()Determines whether the component is decomposed.- Returns:
- True in case of being decomposed, else false.
-