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

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

package org.daisy.common.priority;

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy