net.sf.farrago.cwm.core
Interface CwmModelElementClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmModelElementClass$Hib
public interface CwmModelElementClass
- extends RefClass
ModelElement class proxy interface.
A model element is an element that is an abstraction drawn from the system
being modeled.
In the metamodel, a ModelElement is a named entity in a Model. It is the
base for all modeling metaclasses in the CWM. All other modeling
metaclasses are either direct or indirect subclasses of ModelElement.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.