Interface VViewFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    VViewFactoryImpl

    public interface VViewFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    Since:
    1.2
    See Also:
    VViewPackage
    • Field Detail

      • eINSTANCE

        static final VViewFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createDiagnostic

        VDiagnostic createDiagnostic()
        Returns a new object of class 'Diagnostic'.
        Returns:
        a new object of class 'Diagnostic'.
      • createDomainModelReference

        VDomainModelReference createDomainModelReference()
        Returns a new object of class 'Domain Model Reference'.
        Returns:
        a new object of class 'Domain Model Reference'.
        Since:
        1.21
      • createView

        VView createView()
        Returns a new object of class 'View'.
        Returns:
        a new object of class 'View'.
      • createControl

        VControl createControl()
        Returns a new object of class 'Control'.
        Returns:
        a new object of class 'Control'.
      • createViewModelLoadingProperties

        VViewModelLoadingProperties createViewModelLoadingProperties()
        Returns a new object of class 'Model Loading Properties'.
        Returns:
        a new object of class 'Model Loading Properties'.
        Since:
        1.7
      • createDateTimeDisplayAttachment

        VDateTimeDisplayAttachment createDateTimeDisplayAttachment()
        Returns a new object of class 'Date Time Display Attachment'.
        Returns:
        a new object of class 'Date Time Display Attachment'.
        Since:
        1.8
      • createFeatureDomainModelReferenceSegment

        VFeatureDomainModelReferenceSegment createFeatureDomainModelReferenceSegment()
        Returns a new object of class 'Feature Domain Model Reference Segment'.
        Returns:
        a new object of class 'Feature Domain Model Reference Segment'.
        Since:
        1.19
      • createFeaturePathDomainModelReference

        VFeaturePathDomainModelReference createFeaturePathDomainModelReference()
        Returns a new object of class 'Feature Path Domain Model Reference'.
        Returns:
        a new object of class 'Feature Path Domain Model Reference'.
      • getViewPackage

        VViewPackage getViewPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.