de.cau.cs.kieler.kiml.klayoutdata
Interface KLayoutDataFactory

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

public interface KLayoutDataFactory
extends EFactory

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

See Also:
KLayoutDataPackage
Rating yellow
(2011-03-14) reviewed by cmot, cds
Generated:
This code was automatically generated.

Field Summary
static KLayoutDataFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 KEdgeLayout createKEdgeLayout()
          Returns a new object of class 'KEdge Layout'.
 KIdentifier createKIdentifier()
          Returns a new object of class 'KIdentifier'.
 KInsets createKInsets()
          Returns a new object of class 'KInsets'.
 KPoint createKPoint()
          Returns a new object of class 'KPoint'.
 KShapeLayout createKShapeLayout()
          Returns a new object of class 'KShape Layout'.
 KLayoutDataPackage getKLayoutDataPackage()
          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 KLayoutDataFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createKShapeLayout

KShapeLayout createKShapeLayout()
Returns a new object of class 'KShape Layout'.

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

createKEdgeLayout

KEdgeLayout createKEdgeLayout()
Returns a new object of class 'KEdge Layout'.

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

createKPoint

KPoint createKPoint()
Returns a new object of class 'KPoint'.

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

createKInsets

KInsets createKInsets()
Returns a new object of class 'KInsets'.

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

createKIdentifier

KIdentifier createKIdentifier()
Returns a new object of class 'KIdentifier'.

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

getKLayoutDataPackage

KLayoutDataPackage getKLayoutDataPackage()
Returns the package supported by this factory.

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