All Classes
-
Class Summary Class Description OpAdaptation One powerful feature of SciJava Ops is the ability to transform individual Ops to match user requests.OpBuilder The OpBuilder syntax leads to concise, script-like Op execution.OpConversion One powerful feature of SciJava Ops is the ability to transform individual Ops to match user requests.OpDependencies A simple showcase of an Op that uses anOpDependency.OpParallelization SciJava Ops includes a mechanism for automatically introducing concurrency to Ops.OpPriorities A tutorial showing how you can use Op priorities to implement Ops that take precedence over others in certain scenariosOpReduction One powerful feature of SciJava Ops is the ability to transform individual Ops to match user requests.OpsIntro OpTypes A tutorial describing the major flavors of OpsParallelComputation Using theParallelizationclass, we can perform independent computations in parallel.ReportingProgress Long-running Ops can be confusing for users.UsingNils SciJvaa Ops allows users to take advantage of the strong type safety of the Java language, which can provide benefits in certainty and efficiency.WritingConciseOps