Interface OpenModelElement

All Superinterfaces:
ExtensibilityModelElement
All Known Implementing Classes:
OpenModelElementImpl

public interface OpenModelElement extends ExtensibilityModelElement

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

Author:
David Draper