public abstract class AbstractRichPlugin extends AbstractContextual implements RichPlugin
RichPlugin implementations.| Constructor and Description |
|---|
AbstractRichPlugin() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Prioritized that) |
PluginInfo<?> |
getInfo()
Gets the
PluginInfo metadata associated with the object. |
double |
getPriority()
Gets the sort priority of the object.
|
void |
setInfo(PluginInfo<?> info)
Sets the
PluginInfo metadata associated with the object. |
void |
setPriority(double priority)
Sets the sort priority of the object.
|
String |
toString() |
context, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontext, getContext, setContextpublic double getPriority()
PrioritizedgetPriority in interface PrioritizedPrioritypublic void setPriority(double priority)
PrioritizedsetPriority in interface PrioritizedPrioritypublic PluginInfo<?> getInfo()
HasPluginInfoPluginInfo metadata associated with the object.getInfo in interface HasPluginInfopublic void setInfo(PluginInfo<?> info)
HasPluginInfoPluginInfo metadata associated with the object.
Typically this method is called only once to populate the metadata, but subsequent calls are not explicitly forbidden.
setInfo in interface HasPluginInfopublic int compareTo(Prioritized that)
compareTo in interface Comparable<Prioritized>Copyright © 2009–2016 SciJava. All rights reserved.