Package | Description |
---|---|
messif.objects.extraction |
Support for
object extraction. |
messif.objects.text |
Support for text data.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Constructor and Description |
---|
ConvertorExtractor(Extractor<? extends F> extractor,
Convertor<F,T> convertor)
|
ConvertorMultiExtractor(MultiExtractor<? extends F> extractor,
Convertor<F,T> convertor)
Creates a new instance of multi-extractor that applies a
Convertor to all the objects extracted by the encapsulated MultiExtractor . |
Modifier and Type | Class and Description |
---|---|
class |
TextParametricConstructorConvertor<T extends MetaObjectParametric>
Implementation of
Convertor that gets the data from the
parameters of the extracted object and constructs the object using Map constructor. |
Modifier and Type | Class and Description |
---|---|
class |
MetaObjectParametricRemovalConvertor
Simple convertor that removes the parameters from a
MetaObjectParametricShapeColorAndText object. |
Constructor and Description |
---|
ConvertorIterator(java.util.Iterator<? extends F> iterator,
Convertor<? super F,? extends T> convertor)
Creates a new iterator converts all objects from the encapsulated iterator.
|