Inherited by edu.cmu.hcii.calo.model.Notification, and edu.cmu.hcii.calo.model.TasklikeObject.
Inheritance diagram for edu.cmu.hcii.calo.model.PrioritizedObject:
Public Member Functions | |
abstract double | getPriority () |
Gets the priority associated with this PrioritizedObject. |
abstract double edu.cmu.hcii.calo.model.PrioritizedObject.getPriority | ( | ) | [pure virtual] |
Gets the priority associated with this PrioritizedObject.
Implemented in edu.cmu.hcii.calo.model.Notification, edu.cmu.hcii.calo.model.Task, and edu.cmu.hcii.calo.model.TaskGroup.