de.cau.cs.kieler.kiml.gmf.layoutoptions
Interface LayoutOptionsFactory
- All Superinterfaces:
- EFactory, EModelElement, EObject, Notifier
- All Known Implementing Classes:
- LayoutOptionsFactoryImpl
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

- Generated:
- This code was automatically generated.
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
eINSTANCE
static final LayoutOptionsFactory eINSTANCE
- The singleton instance of the factory.
- Generated:
- This code was automatically generated.
createLayoutOptionStyle
LayoutOptionStyle createLayoutOptionStyle()
- Returns a new object of class 'Layout Option Style'.
- Returns:
- a new object of class 'Layout Option Style'.
- Generated:
- This code was automatically generated.
getLayoutOptionsPackage
LayoutOptionsPackage getLayoutOptionsPackage()
- Returns the package supported by this factory.
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.