-
- All Superinterfaces:
Comparable<Prioritized>,Contextual,Disposable,HasPluginInfo,Identifiable,Initializable,Locatable,Logged,Prioritized,RichPlugin,SciJavaPlugin,SciJavaService,Service,Versioned
- All Known Implementing Classes:
DefaultOpEnvironmentService
public interface OpEnvironmentService extends SciJavaService
A SciJavaServicethat instantiates a singleOpEnvironment. The primary use case is in SciJava scripting, but within scripts this service should not be used - instead, users should declare anOpEnvironmentparameter, which will be filled using a preprocessor plugin.- Author:
- Gabriel Selzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpEnvironmentenv()Returns this Service'sOpEnvironment.-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
env
OpEnvironment env()
Returns this Service'sOpEnvironment.- Returns:
- an
OpEnvironment
-
-