- java.lang.Object
-
- org.scijava.legacy.types.DatasetTypeExtractor
-
- All Implemented Interfaces:
Comparable<TypeExtractor>,Prioritized<TypeExtractor>,TypeExtractor
public class DatasetTypeExtractor extends Object implements TypeExtractor
-
-
Constructor Summary
Constructors Constructor Description DatasetTypeExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>baseClass()doublepriority()Typereify(TypeReifier r, Object object)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.priority.Prioritized
compareTo
-
-
-
-
Method Detail
-
priority
public double priority()
- Specified by:
priorityin interfacePrioritized<TypeExtractor>- Specified by:
priorityin interfaceTypeExtractor
-
baseClass
public Class<?> baseClass()
- Specified by:
baseClassin interfaceTypeExtractor
-
reify
public Type reify(TypeReifier r, Object object)
- Specified by:
reifyin interfaceTypeExtractor
-
-