Package com.chutneytesting.agent.infra
Class InMemoryExplorations
- java.lang.Object
-
- com.chutneytesting.agent.infra.InMemoryExplorations
-
- All Implemented Interfaces:
Explorations
@Component public class InMemoryExplorations extends Object implements Explorations
-
-
Constructor Summary
Constructors Constructor Description InMemoryExplorations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchangeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState)voidremove(NetworkConfiguration networkConfiguration)
-
-
-
Method Detail
-
changeStateToIfPossible
public boolean changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState)
- Specified by:
changeStateToIfPossiblein interfaceExplorations
-
remove
public void remove(NetworkConfiguration networkConfiguration)
- Specified by:
removein interfaceExplorations
-
-