public interface ComponentsMonitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
allComponentsUsed()
Check if all components are used.
|
boolean |
finalStateValid()
Checks if the final state is valid.
|
java.util.List<java.lang.String> |
getRemainingComponents()
Gets the remaining components.
|
ComponentsMonitor |
useComponent(java.lang.String component)
Use a component.
|
ComponentsMonitor useComponent(java.lang.String component) throws java.lang.IllegalArgumentException
component - the componentjava.lang.IllegalArgumentException - if the component is already usedboolean allComponentsUsed()
boolean finalStateValid()
java.util.List<java.lang.String> getRemainingComponents()