org.eclipse.gmt.umlx.emof
Interface EmofFactory

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 EmofFactory
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:
EmofPackage

Field Summary
static EmofFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Class createClass()
          Returns a new object of class 'Class'.
 Comment createComment()
          Returns a new object of class 'Comment'.
 DataType createDataType()
          Returns a new object of class 'Data Type'.
 Enumeration createEnumeration()
          Returns a new object of class 'Enumeration'.
 EnumerationLiteral createEnumerationLiteral()
          Returns a new object of class 'Enumeration Literal'.
 Extent createExtent()
          Returns a new object of class 'Extent'.
 Object createObject()
          Returns a new object of class 'Object'.
 Operation createOperation()
          Returns a new object of class 'Operation'.
 Package createPackage()
          Returns a new object of class 'Package'.
 Parameter createParameter()
          Returns a new object of class 'Parameter'.
 PrimitiveType createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 Property createProperty()
          Returns a new object of class 'Property'.
 Tag createTag()
          Returns a new object of class 'Tag'.
 URIExtent createURIExtent()
          Returns a new object of class 'URI Extent'.
 EmofPackage getEmofPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final EmofFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createClass

Class createClass()
Returns a new object of class 'Class'.

Returns:
a new object of class 'Class'.

createDataType

DataType createDataType()
Returns a new object of class 'Data Type'.

Returns:
a new object of class 'Data Type'.

createTag

Tag createTag()
Returns a new object of class 'Tag'.

Returns:
a new object of class 'Tag'.

createEnumeration

Enumeration createEnumeration()
Returns a new object of class 'Enumeration'.

Returns:
a new object of class 'Enumeration'.

createExtent

Extent createExtent()
Returns a new object of class 'Extent'.

Returns:
a new object of class 'Extent'.

createObject

Object createObject()
Returns a new object of class 'Object'.

Returns:
a new object of class 'Object'.

createOperation

Operation createOperation()
Returns a new object of class 'Operation'.

Returns:
a new object of class 'Operation'.

createPackage

Package createPackage()
Returns a new object of class 'Package'.

Returns:
a new object of class 'Package'.

createParameter

Parameter createParameter()
Returns a new object of class 'Parameter'.

Returns:
a new object of class 'Parameter'.

createEnumerationLiteral

EnumerationLiteral createEnumerationLiteral()
Returns a new object of class 'Enumeration Literal'.

Returns:
a new object of class 'Enumeration Literal'.

createProperty

Property createProperty()
Returns a new object of class 'Property'.

Returns:
a new object of class 'Property'.

createPrimitiveType

PrimitiveType createPrimitiveType()
Returns a new object of class 'Primitive Type'.

Returns:
a new object of class 'Primitive Type'.

createURIExtent

URIExtent createURIExtent()
Returns a new object of class 'URI Extent'.

Returns:
a new object of class 'URI Extent'.

createComment

Comment createComment()
Returns a new object of class 'Comment'.

Returns:
a new object of class 'Comment'.

getEmofPackage

EmofPackage getEmofPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.