Module org.scijava.ops.engine
Class ReducedOpInfoGenerator
- java.lang.Object
-
- org.scijava.ops.engine.matcher.reduce.ReducedOpInfoGenerator
-
- All Implemented Interfaces:
OpInfoGenerator
public class ReducedOpInfoGenerator extends Object implements OpInfoGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static List<InfoReducer>infoReducers
-
Constructor Summary
Constructors Constructor Description ReducedOpInfoGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanGenerateFrom(Object o)List<OpInfo>generateInfosFrom(Object o)
-
-
-
Field Detail
-
infoReducers
public static final List<InfoReducer> infoReducers
-
-
Method Detail
-
canGenerateFrom
public boolean canGenerateFrom(Object o)
- Specified by:
canGenerateFromin interfaceOpInfoGenerator
-
generateInfosFrom
public List<OpInfo> generateInfosFrom(Object o)
- Specified by:
generateInfosFromin interfaceOpInfoGenerator
-
-