public interface ContextMappingDSLFactory
extends org.eclipse.emf.ecore.EFactory
ContextMappingDSLPackage
Modifier and Type | Field and Description |
---|---|
static ContextMappingDSLFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
Aggregate |
createAggregate()
Returns a new object of class 'Aggregate'.
|
BoundedContext |
createBoundedContext()
Returns a new object of class 'Bounded Context'.
|
ContextMap |
createContextMap()
Returns a new object of class 'Context Map'.
|
ContextMappingModel |
createContextMappingModel()
Returns a new object of class 'Context Mapping Model'.
|
CustomerSupplierRelationship |
createCustomerSupplierRelationship()
Returns a new object of class 'Customer Supplier Relationship'.
|
Domain |
createDomain()
Returns a new object of class 'Domain'.
|
DomainPart |
createDomainPart()
Returns a new object of class 'Domain Part'.
|
Module |
createModule()
Returns a new object of class 'Module'.
|
Partnership |
createPartnership()
Returns a new object of class 'Partnership'.
|
Relationship |
createRelationship()
Returns a new object of class 'Relationship'.
|
SharedKernel |
createSharedKernel()
Returns a new object of class 'Shared Kernel'.
|
Subdomain |
createSubdomain()
Returns a new object of class 'Subdomain'.
|
SymmetricRelationship |
createSymmetricRelationship()
Returns a new object of class 'Symmetric Relationship'.
|
UpstreamDownstreamRelationship |
createUpstreamDownstreamRelationship()
Returns a new object of class 'Upstream Downstream Relationship'.
|
UseCase |
createUseCase()
Returns a new object of class 'Use Case'.
|
ContextMappingDSLPackage |
getContextMappingDSLPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final ContextMappingDSLFactory eINSTANCE
ContextMappingModel createContextMappingModel()
ContextMap createContextMap()
BoundedContext createBoundedContext()
DomainPart createDomainPart()
Domain createDomain()
Subdomain createSubdomain()
Relationship createRelationship()
SymmetricRelationship createSymmetricRelationship()
Partnership createPartnership()
SharedKernel createSharedKernel()
UpstreamDownstreamRelationship createUpstreamDownstreamRelationship()
CustomerSupplierRelationship createCustomerSupplierRelationship()
Aggregate createAggregate()
UseCase createUseCase()
Module createModule()
ContextMappingDSLPackage getContextMappingDSLPackage()