D G H N O P R T W 
All Classes All Packages

D

description() - Method in annotation type org.scijava.ops.spi.OpClass
Returns a description of the Op's behavior.
description() - Method in annotation type org.scijava.ops.spi.OpField
Returns a description of the Op's behavior.
description() - Method in annotation type org.scijava.ops.spi.OpMethod
Returns a description of the Op's behavior.

G

get() - Method in interface org.scijava.ops.spi.OpExecutionException.ThrowingSupplier
 

H

hints() - Method in annotation type org.scijava.ops.spi.OpDependency
Set to false if the dependency should not be adapted
hints() - Method in annotation type org.scijava.ops.spi.OpHints
 

N

name() - Method in annotation type org.scijava.ops.spi.OpDependency
The name of the Op to inject.
names() - Method in annotation type org.scijava.ops.spi.OpClass
 
names() - Method in annotation type org.scijava.ops.spi.OpField
 
names() - Method in annotation type org.scijava.ops.spi.OpMethod
 
Nullable - Annotation Type in org.scijava.ops.spi
Annotation to mark a parameter as nullable: Ops with nullable parameters should be callable with or without their Nullable arguments

O

Op - Interface in org.scijava.ops.spi
TODO: What is an Op?
OpClass - Annotation Type in org.scijava.ops.spi
Annotates an op declared as a Class.
OpCollection - Interface in org.scijava.ops.spi
An interface marking a collection of ops defined as either instance fields or static methods.
OpDependency - Annotation Type in org.scijava.ops.spi
Annotates a helper op as a field that should be auto injected.
OpExecutionException - Exception in org.scijava.ops.spi
Thrown to indicate that an Op failed in its execution
OpExecutionException(String) - Constructor for exception org.scijava.ops.spi.OpExecutionException
Constructs an OpExecutionException with the specified reason for failure.
OpExecutionException(String, Throwable) - Constructor for exception org.scijava.ops.spi.OpExecutionException
Constructs an OpExecutionException with the specified reason for failure and cause.
OpExecutionException(Throwable) - Constructor for exception org.scijava.ops.spi.OpExecutionException
Constructs an OpExecutionException with the specified cause.
OpExecutionException.ThrowingRunnable - Interface in org.scijava.ops.spi
 
OpExecutionException.ThrowingSupplier<T> - Interface in org.scijava.ops.spi
 
OpField - Annotation Type in org.scijava.ops.spi
Annotates an op declared as a Field in an OpCollection.
OpHints - Annotation Type in org.scijava.ops.spi
An annotation used to record the hints that apply to a particular Op.
OpMethod - Annotation Type in org.scijava.ops.spi
 
org.scijava.ops.spi - module org.scijava.ops.spi
 
org.scijava.ops.spi - package org.scijava.ops.spi
 

P

params() - Method in annotation type org.scijava.ops.spi.OpClass
 
params() - Method in annotation type org.scijava.ops.spi.OpField
 
priority() - Method in annotation type org.scijava.ops.spi.OpClass
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
priority() - Method in annotation type org.scijava.ops.spi.OpField
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
priority() - Method in annotation type org.scijava.ops.spi.OpMethod
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL

R

run() - Method in interface org.scijava.ops.spi.OpExecutionException.ThrowingRunnable
 

T

type() - Method in annotation type org.scijava.ops.spi.OpMethod
 

W

wrapAndRun(OpExecutionException.ThrowingRunnable) - Static method in exception org.scijava.ops.spi.OpExecutionException
Runs a Runnable that throws some checked Exception, wrapping the Exception into an OpExecutionException if it is thrown.
wrapAndRun(OpExecutionException.ThrowingSupplier<T>) - Static method in exception org.scijava.ops.spi.OpExecutionException
Runs a Supplier that throws some checked Exception, wrapping the Exception into an OpExecutionException if it is thrown.
D G H N O P R T W 
All Classes All Packages