public interface KdmFactory
KdmPackage| Modifier and Type | Field and Description |
|---|---|
static KdmFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
createAnnotation()
Returns a new object of class 'Annotation'.
|
Attribute |
createAttribute()
Returns a new object of class 'Attribute'.
|
Audit |
createAudit()
Returns a new object of class 'Audit'.
|
ExtensionFamily |
createExtensionFamily()
Returns a new object of class 'Extension Family'.
|
Segment |
createSegment()
Returns a new object of class 'Segment'.
|
Stereotype |
createStereotype()
Returns a new object of class 'Stereotype'.
|
TagDefinition |
createTagDefinition()
Returns a new object of class 'Tag Definition'.
|
TaggedRef |
createTaggedRef()
Returns a new object of class 'Tagged Ref'.
|
TaggedValue |
createTaggedValue()
Returns a new object of class 'Tagged Value'.
|
KdmPackage |
getKdmPackage()
Returns the package supported by this factory.
|
static final KdmFactory eINSTANCE
Segment createSegment()
Audit createAudit()
Stereotype createStereotype()
TagDefinition createTagDefinition()
ExtensionFamily createExtensionFamily()
TaggedValue createTaggedValue()
TaggedRef createTaggedRef()
Attribute createAttribute()
Annotation createAnnotation()
KdmPackage getKdmPackage()