Interface ContextMappingDSLFactory

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

    public interface ContextMappingDSLFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    ContextMappingDSLPackage
    Generated:
    • Method Detail

      • createContextMappingModel

        ContextMappingModel createContextMappingModel()
        Returns a new object of class 'Context Mapping Model'.
        Returns:
        a new object of class 'Context Mapping Model'.
        Generated:
      • createImport

        Import createImport()
        Returns a new object of class 'Import'.
        Returns:
        a new object of class 'Import'.
        Generated:
      • createContextMap

        ContextMap createContextMap()
        Returns a new object of class 'Context Map'.
        Returns:
        a new object of class 'Context Map'.
        Generated:
      • createBoundedContext

        BoundedContext createBoundedContext()
        Returns a new object of class 'Bounded Context'.
        Returns:
        a new object of class 'Bounded Context'.
        Generated:
      • createDomainPart

        DomainPart createDomainPart()
        Returns a new object of class 'Domain Part'.
        Returns:
        a new object of class 'Domain Part'.
        Generated:
      • createDomain

        Domain createDomain()
        Returns a new object of class 'Domain'.
        Returns:
        a new object of class 'Domain'.
        Generated:
      • createSubdomain

        Subdomain createSubdomain()
        Returns a new object of class 'Subdomain'.
        Returns:
        a new object of class 'Subdomain'.
        Generated:
      • createRelationship

        Relationship createRelationship()
        Returns a new object of class 'Relationship'.
        Returns:
        a new object of class 'Relationship'.
        Generated:
      • createSymmetricRelationship

        SymmetricRelationship createSymmetricRelationship()
        Returns a new object of class 'Symmetric Relationship'.
        Returns:
        a new object of class 'Symmetric Relationship'.
        Generated:
      • createPartnership

        Partnership createPartnership()
        Returns a new object of class 'Partnership'.
        Returns:
        a new object of class 'Partnership'.
        Generated:
      • createSharedKernel

        SharedKernel createSharedKernel()
        Returns a new object of class 'Shared Kernel'.
        Returns:
        a new object of class 'Shared Kernel'.
        Generated:
      • createUpstreamDownstreamRelationship

        UpstreamDownstreamRelationship createUpstreamDownstreamRelationship()
        Returns a new object of class 'Upstream Downstream Relationship'.
        Returns:
        a new object of class 'Upstream Downstream Relationship'.
        Generated:
      • createCustomerSupplierRelationship

        CustomerSupplierRelationship createCustomerSupplierRelationship()
        Returns a new object of class 'Customer Supplier Relationship'.
        Returns:
        a new object of class 'Customer Supplier Relationship'.
        Generated:
      • createAggregate

        Aggregate createAggregate()
        Returns a new object of class 'Aggregate'.
        Returns:
        a new object of class 'Aggregate'.
        Generated:
      • createUserRequirement

        UserRequirement createUserRequirement()
        Returns a new object of class 'User Requirement'.
        Returns:
        a new object of class 'User Requirement'.
        Generated:
      • createUseCase

        UseCase createUseCase()
        Returns a new object of class 'Use Case'.
        Returns:
        a new object of class 'Use Case'.
        Generated:
      • createUserStory

        UserStory createUserStory()
        Returns a new object of class 'User Story'.
        Returns:
        a new object of class 'User Story'.
        Generated:
      • createFeature

        Feature createFeature()
        Returns a new object of class 'Feature'.
        Returns:
        a new object of class 'Feature'.
        Generated:
      • createSculptorModule

        SculptorModule createSculptorModule()
        Returns a new object of class 'Sculptor Module'.
        Returns:
        a new object of class 'Sculptor Module'.
        Generated:
      • getContextMappingDSLPackage

        ContextMappingDSLPackage getContextMappingDSLPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated: