public interface SearchActionFactory extends FactoryPlugin<SearchResult,SearchAction>
SearchResult
.
For example, RunModuleSearchActionFactory
creates a
SearchAction
that executes the SciJava module described by a
ModuleSearchResult
.
Modifier and Type | Method and Description |
---|---|
default Class<SearchResult> |
getType()
Gets the type associated with the object.
|
create
default Class<SearchResult> getType()
Typed
getType
in interface Typed<SearchResult>
Copyright © 2015–2022 SciJava. All rights reserved.