org.scijava.plugin
Class AbstractTypedService<DT,PT extends TypedPlugin<DT>>

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.service.AbstractService
              extended by org.scijava.plugin.AbstractPTService<PT>
                  extended by org.scijava.plugin.AbstractTypedService<DT,PT>
Type Parameters:
DT - Base data type of the TypedPlugins.
PT - Plugin type of the TypedPlugins.
All Implemented Interfaces:
Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, PTService<PT>, RichPlugin, SciJavaPlugin, TypedService<DT,PT>, Prioritized, Service, Typed<DT>
Direct Known Subclasses:
AbstractWrapperService

public abstract class AbstractTypedService<DT,PT extends TypedPlugin<DT>>
extends AbstractPTService<PT>
implements TypedService<DT,PT>

Abstract base class for TypedServices.

Author:
Curtis Rueden

Constructor Summary
AbstractTypedService()
           
 
Method Summary
 
Methods inherited from class org.scijava.plugin.AbstractPTService
create, getPlugins, getPluginService
 
Methods inherited from class org.scijava.service.AbstractService
dispose, getContext, initialize, registerEventHandlers, setContext, toString
 
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
compareTo, getInfo, getPriority, setInfo, setPriority
 
Methods inherited from class org.scijava.AbstractContextual
context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.scijava.plugin.PTService
create, getPlugins, getPluginService, getPluginType
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Disposable
dispose
 
Methods inherited from interface org.scijava.Typed
getType, supports
 

Constructor Detail

AbstractTypedService

public AbstractTypedService()


Copyright © 2009–2015 SciJava. All rights reserved.