es.udc.mypersonalizer.kernel.model.metainfo |
|
Java Source File Name | Type | Comment |
AbstractMetaProperty.java | Class | This abstract class provides a partial implementation of
MetaProperty interface, and may be used as the
super-class of all classes implementing MetaProperty
interface. |
MetaCompoundProperty.java | Class | A standard composite implementation of the MetaProperty
interface. |
MetaProperty.java | Interface | Defines common operations to all MetaProperty implementations
and represents a meta-description of a
es.udc.mypersonalizer.kernel.model.properties.Property structure.
MetaProperty corresponds to the "Component" participant
in the "Composite" pattern, that is, the root interface declaring all
common operations to derived classes/interfaces. |
MetaPropertyNotFoundException.java | Class | Indicates that a meta-property could not be found. |
MetaService.java | Class | This class describes a service defined by the end-user from a XML
file. |
MetaServiceRegistrySingleton.java | Class | This class provides a way to recover the set of meta-services defined for
the personalization framework. |
MetaSimpleProperty.java | Class | A standard leaf implementation of the MetaProperty interface. |