Class EmfTypeDescriptionModel

All Implemented Interfaces:
ICompoundModel, IEditableModel, IModel, IValidable, ITypeDescriptionModel

public class EmfTypeDescriptionModel extends AbstractTypeDescriptionModel
The ITypeDescriptionModel EMF implementation.
  • Constructor Details

    • EmfTypeDescriptionModel

      public EmfTypeDescriptionModel(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EObject parentContext, org.eclipse.emf.ecore.EReference feature, IV8Project v8project)
      Creates a new model.
      Parameters:
      parent - the parent object, cannot be null
      parentContext - parent context object, can be null if there is no context
      feature - the feature, cannot be null
      v8project - the IV8Project instance, cannot be null
  • Method Details