de.cau.cs.kieler.kaom
Interface KaomFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
KaomFactoryImpl

public interface KaomFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
KaomPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static KaomFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Entity createEntity()
          Returns a new object of class 'Entity'.
 Link createLink()
          Returns a new object of class 'Link'.
 Port createPort()
          Returns a new object of class 'Port'.
 Relation createRelation()
          Returns a new object of class 'Relation'.
 KaomPackage getKaomPackage()
          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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final KaomFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createEntity

Entity createEntity()
Returns a new object of class 'Entity'.

Returns:
a new object of class 'Entity'.
Generated:
This code was automatically generated.

createPort

Port createPort()
Returns a new object of class 'Port'.

Returns:
a new object of class 'Port'.
Generated:
This code was automatically generated.

createRelation

Relation createRelation()
Returns a new object of class 'Relation'.

Returns:
a new object of class 'Relation'.
Generated:
This code was automatically generated.

createLink

Link createLink()
Returns a new object of class 'Link'.

Returns:
a new object of class 'Link'.
Generated:
This code was automatically generated.

getKaomPackage

KaomPackage getKaomPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated:
This code was automatically generated.