EO
- element type of outputsPO
- producer of outputspublic abstract class AbstractMapNullaryComputer<EO,PO> extends AbstractNullaryComputerOp<PO> implements MapNullaryComputer<EO,NullaryComputerOp<EO>>
MapNullaryComputer
implementations.SpecialOp.Flavor
Constructor and Description |
---|
AbstractMapNullaryComputer() |
Modifier and Type | Method and Description |
---|---|
NullaryComputerOp<EO> |
getOp() |
void |
setOp(NullaryComputerOp<EO> op) |
out, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
candidates, filterArity, op
initialize
public NullaryComputerOp<EO> getOp()
getOp
in interface MapOp<NullaryComputerOp<EO>>
Op
used for mappingpublic void setOp(NullaryComputerOp<EO> op)
setOp
in interface MapOp<NullaryComputerOp<EO>>
op
- the Op
used for mappingCopyright © 2014–2022 ImageJ. All rights reserved.