public interface Prioritized extends Comparable<Prioritized>
| Modifier and Type | Method and Description |
|---|---|
double |
getPriority()
Gets the sort priority of the object.
|
void |
setPriority(double priority)
Sets the sort priority of the object.
|
compareToCopyright © 2009–2015 SciJava. All rights reserved.