public interface SciJavaService extends Service
Service
s.
Note that this interface is not intended to be extended by non-core service
interfaces, because it serves as a marker for core SciJava Common services
only. The idea is that this interface can be used to create a
Context
containing core SciJava services using the invocation:
final Context context = new Context(SciJavaService.class);
If you have a collection of services which you want to be grouped similarly, just create your own marker interface for the same purpose.
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
Copyright © 2015–2022 SciJava. All rights reserved.