de.cau.cs.kieler.kiml.layout.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 red
Generated:
This code was automatically generated.

Field Summary
static KLayoutDataFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 KBooleanOption createKBooleanOption()
          Returns a new object of class 'KBoolean Option'.
 KEdgeLayout createKEdgeLayout()
          Returns a new object of class 'KEdge Layout'.
 KFloatOption createKFloatOption()
          Returns a new object of class 'KFloat Option'.
 KInsets createKInsets()
          Returns a new object of class 'KInsets'.
 KIntOption createKIntOption()
          Returns a new object of class 'KInt Option'.
 KObjectOption createKObjectOption()
          Returns a new object of class 'KObject Option'.
 KPoint createKPoint()
          Returns a new object of class 'KPoint'.
 KShapeLayout createKShapeLayout()
          Returns a new object of class 'KShape Layout'.
 KStringOption createKStringOption()
          Returns a new object of class 'KString Option'.
 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, 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.

createKStringOption

KStringOption createKStringOption()
Returns a new object of class 'KString Option'.

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

createKIntOption

KIntOption createKIntOption()
Returns a new object of class 'KInt Option'.

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

createKBooleanOption

KBooleanOption createKBooleanOption()
Returns a new object of class 'KBoolean Option'.

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

createKFloatOption

KFloatOption createKFloatOption()
Returns a new object of class 'KFloat Option'.

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

createKObjectOption

KObjectOption createKObjectOption()
Returns a new object of class 'KObject Option'.

Returns:
a new object of class 'KObject Option'.
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.

getKLayoutDataPackage

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

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