All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.common.priority.Prioritizable Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.daisy.common.priority;

public interface Prioritizable  {
       /**
        * Returns the priority.
        */
        public double getPriority();

       /**
        * Returns the timestamp.
        */
        public long getTimestamp();

        public double getRelativeWaitingTime();
        
        public T prioritySource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy