Uses of Enum Class
com.amalgamasimulation.service.ServiceWithResources.ResourceSeizingRule
Packages that use ServiceWithResources.ResourceSeizingRule
-
Uses of ServiceWithResources.ResourceSeizingRule in com.amalgamasimulation.service
Methods in com.amalgamasimulation.service that return ServiceWithResources.ResourceSeizingRuleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ServiceWithResources.ResourceSeizingRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.amalgamasimulation.service with parameters of type ServiceWithResources.ResourceSeizingRuleModifierConstructorDescriptionServiceWithResources(Engine engine, List<R> resources, ServiceWithResources.ResourceSeizingRule rule) Creates a new instance of theServiceWithResourcesclass with one of the standard resource seizing rules.