- java.lang.Object
-
- org.scijava.ops.engine.impl.OpCollectionInfoGenerator
-
- All Implemented Interfaces:
OpInfoGenerator
public class OpCollectionInfoGenerator extends Object implements OpInfoGenerator
-
-
Constructor Summary
Constructors Constructor Description OpCollectionInfoGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanGenerateFrom(Object o)List<OpInfo>generateInfosFrom(Object o)protected List<OpInfo>processClass(Class<?> cls)
-
-
-
Method Detail
-
canGenerateFrom
public boolean canGenerateFrom(Object o)
- Specified by:
canGenerateFromin interfaceOpInfoGenerator
-
generateInfosFrom
public List<OpInfo> generateInfosFrom(Object o)
- Specified by:
generateInfosFromin interfaceOpInfoGenerator
-
-