RelationMaps

Identifier:
com.ps.consul.eclipse.core.RelationMaps

Since:
1.3

Description:
A relation map is bound to a model and contains a mapping between the models elements and possible available foreign models.
The model relation map can be asked to return the related models for any element of the appropriate model.
In addition to the above the map also implements a functionality to store its content persistent (e.g. on the ressource from the binding model or in a database).
Model relation maps implements com.ps.consul.eclipse.core.relinfo.IModelRelationsMap.

Configuration Markup:

<!ELEMENT extension (relationMap)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional relation maps.



<!ELEMENT relationMap EMPTY>

<!ATTLIST relationMap

class CDATA #REQUIRED>

An additional relation map.



Examples:
<relationMap class="the implementing java class"/>