Uses of Enum Class
fr.enedis.chutney.agent.domain.configure.ConfigurationState
Packages that use ConfigurationState
-
Uses of ConfigurationState in fr.enedis.chutney.agent.domain.configure
Methods in fr.enedis.chutney.agent.domain.configure that return ConfigurationStateModifier and TypeMethodDescriptionstatic ConfigurationStateReturns the enum constant of this class with the specified name.static ConfigurationState[]ConfigurationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.enedis.chutney.agent.domain.configure with parameters of type ConfigurationStateModifier and TypeMethodDescriptionbooleanConfigurationState.canChangeTo(ConfigurationState state) booleanExplorations.changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState exploring) -
Uses of ConfigurationState in fr.enedis.chutney.agent.infra
Methods in fr.enedis.chutney.agent.infra with parameters of type ConfigurationStateModifier and TypeMethodDescriptionbooleanInMemoryExplorations.changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState)