Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.text |
Support for text data.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaObjectParametricArray
Implementation of the
MetaObject that stores a fixed array of encapsulated objects
with additional parameters . |
class |
MetaObjectParametricArrayTotalMin
Extension of the
MetaObjectArray that implements the distance
as minimum of the distances between all pairs (from this object and the other
MetaObjectArray object). |
class |
MetaObjectParametricArrayWeightedSum
Extension of the
MetaObjectParametricArray that implements the distance
as a weighted sum of the encapsulated objects. |
class |
MetaObjectParametricMap
Extension of the standard
MetaObjectParametric that stores encapsulated
LocalAbstractObject s in a map under their symbolic names (strings). |
class |
MetaObjectParametricShapeAndColor
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color
with optional data stored via the
Parametric interface. |
class |
MetaObjectParametricShapeColorAndText
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
|
Constructor and Description |
---|
MetaObjectParametricShapeAndColor(MetaObjectParametric metaObject)
Creates a new instance of MetaObjectParametricShapeAndColor from another
MetaObjectParametric . |
MetaObjectParametricShapeColorAndText(MetaObjectParametric object)
Creates a new instance of MetaObjectParametricShapeColorAndText from another
MetaObjectParametric . |
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 | Method and Description |
---|---|
T |
TextParametricConstructorConvertor.convert(MetaObjectParametric object) |
protected java.lang.String[] |
TextParametricConstructorConvertor.objectToStrings(MetaObjectParametric object)
Retrieves textual information from the object parameters.
|