choco.kernel.common.util.objects
Interface IPrioritizable

All Known Subinterfaces:
PropagationEvent
All Known Implementing Classes:
BoolVarEvent, ConstraintEvent, IntCsteEvent, IntVarEvent, RealVarEvent, SetVarEvent, TaskVarEvent, VarEvent

public interface IPrioritizable

Specifies an object with a priority.


Method Summary
 int getPriority()
          Returns the priority of the object.
 

Method Detail

getPriority

int getPriority()
Returns the priority of the object.



Copyright © 2012. All Rights Reserved.