Interface CloseModelElement

All Superinterfaces:
ExtensibilityModelElement
All Known Implementing Classes:
CloseModelElementImpl

public interface CloseModelElement extends ExtensibilityModelElement

Instances of classes that implement this interface are used to indicate the end of a section of content in the model. A OpenModelElement with the same id is used to indicate the start of the content and a ContentModelElement contains the content it self.

Author:
David Draper