Module org.scijava.ops.engine
Class LossReporterWrapper<I,O>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.LossReporterWrapper<I,O>
-
- Type Parameters:
I-O-
- All Implemented Interfaces:
OpWrapper<LossReporter<I,O>>
public class LossReporterWrapper<I,O> extends Object implements OpWrapper<LossReporter<I,O>>
AnOpWrapperforLossReporters. TODO: would be nice if this was unnecessary.- Author:
- Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description LossReporterWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichOp<LossReporter<I,O>>wrap(OpInstance<LossReporter<I,O>> instance, OpEnvironment env, MatchingConditions conditions)Wraps an Op into aRichOp
-
-
-
Method Detail
-
wrap
public RichOp<LossReporter<I,O>> wrap(OpInstance<LossReporter<I,O>> instance, OpEnvironment env, MatchingConditions conditions)
Description copied from interface:OpWrapperWraps an Op into aRichOp- Specified by:
wrapin interfaceOpWrapper<I>- Parameters:
instance- an Openv- theOpEnvironmentthat produced the Opconditions- theMatchingConditionsused to produce the Op- Returns:
- a
RichOpwrappingop
-
-