Uses of Enum Class
com.amalgamasimulation.resources.ResourceManager.SeizeRule
Packages that use ResourceManager.SeizeRule
-
Uses of ResourceManager.SeizeRule in com.amalgamasimulation.resources
Methods in com.amalgamasimulation.resources that return ResourceManager.SeizeRuleModifier and TypeMethodDescriptionResourceRequest.getSeizeRule()static ResourceManager.SeizeRuleReturns the enum constant of this class with the specified name.static ResourceManager.SeizeRule[]ResourceManager.SeizeRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.resources with parameters of type ResourceManager.SeizeRuleModifier and TypeMethodDescriptionResourceManager.requestResources(C consumer, double priority, boolean allowPreemption, ResourceManager.SeizeRule seizeRule, ResourceSet<T, R, C> resourceSet) ResourceManager.requestResources(C consumer, double priority, boolean allowPreemption, ResourceManager.SeizeRule seizeRule, ResourceSet<T, R, C>... alternativeResourceSets) ResourceManager.requestResources(C consumer, double priority, boolean allowPreemption, ResourceManager.SeizeRule seizeRule, List<ResourceSet<T, R, C>> alternativeResourceSets)