de.cau.cs.kieler.kiml.gmf.layoutoptions
Interface LayoutOptionsFactory

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

Deprecated. use StringValueStyle instead

public interface LayoutOptionsFactory
extends EFactory

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

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

Field Summary
static LayoutOptionsFactory eINSTANCE
          Deprecated. The singleton instance of the factory.
 
Method Summary
 KOption createKOption()
          Deprecated. Returns a new object of class 'KOption'.
 LayoutOptionStyle createLayoutOptionStyle()
          Deprecated. Returns a new object of class 'Layout Option Style'.
 LayoutOptionsPackage getLayoutOptionsPackage()
          Deprecated. 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 LayoutOptionsFactory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createLayoutOptionStyle

LayoutOptionStyle createLayoutOptionStyle()
Deprecated. 
Returns a new object of class 'Layout Option Style'.

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

createKOption

KOption createKOption()
Deprecated. 
Returns a new object of class 'KOption'.

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

getLayoutOptionsPackage

LayoutOptionsPackage getLayoutOptionsPackage()
Deprecated. 
Returns the package supported by this factory.

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