Uses of Class
org.optaplanner.core.impl.partitionedsearch.queue.PartitionChangedEvent.PartitionChangedEventType
-
Packages that use PartitionChangedEvent.PartitionChangedEventType Package Description org.optaplanner.core.impl.partitionedsearch.queue -
-
Uses of PartitionChangedEvent.PartitionChangedEventType in org.optaplanner.core.impl.partitionedsearch.queue
Methods in org.optaplanner.core.impl.partitionedsearch.queue that return PartitionChangedEvent.PartitionChangedEventType Modifier and Type Method Description PartitionChangedEvent.PartitionChangedEventTypePartitionChangedEvent. getType()static PartitionChangedEvent.PartitionChangedEventTypePartitionChangedEvent.PartitionChangedEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionChangedEvent.PartitionChangedEventType[]PartitionChangedEvent.PartitionChangedEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-