de.cau.cs.kieler.kwebs.servicedata
Interface ServiceDataFactory

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

public interface ServiceDataFactory
extends EFactory

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

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

Field Summary
static ServiceDataFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Category createCategory()
          Returns a new object of class 'Category'.
 KnownOption createKnownOption()
          Returns a new object of class 'Known Option'.
 LayoutAlgorithm createLayoutAlgorithm()
          Returns a new object of class 'Layout Algorithm'.
 LayoutOption createLayoutOption()
          Returns a new object of class 'Layout Option'.
 LayoutType createLayoutType()
          Returns a new object of class 'Layout Type'.
 RemoteEnum createRemoteEnum()
          Returns a new object of class 'Remote Enum'.
 ServiceData createServiceData()
          Returns a new object of class 'Service Data'.
 SupportedDiagram createSupportedDiagram()
          Returns a new object of class 'Supported Diagram'.
 SupportedFormat createSupportedFormat()
          Returns a new object of class 'Supported Format'.
 ServiceDataPackage getServiceDataPackage()
          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 ServiceDataFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createServiceData

ServiceData createServiceData()
Returns a new object of class 'Service Data'.

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

createLayoutAlgorithm

LayoutAlgorithm createLayoutAlgorithm()
Returns a new object of class 'Layout Algorithm'.

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

createLayoutType

LayoutType createLayoutType()
Returns a new object of class 'Layout Type'.

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

createLayoutOption

LayoutOption createLayoutOption()
Returns a new object of class 'Layout Option'.

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

createCategory

Category createCategory()
Returns a new object of class 'Category'.

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

createKnownOption

KnownOption createKnownOption()
Returns a new object of class 'Known Option'.

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

createSupportedDiagram

SupportedDiagram createSupportedDiagram()
Returns a new object of class 'Supported Diagram'.

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

createRemoteEnum

RemoteEnum createRemoteEnum()
Returns a new object of class 'Remote Enum'.

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

createSupportedFormat

SupportedFormat createSupportedFormat()
Returns a new object of class 'Supported Format'.

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

getServiceDataPackage

ServiceDataPackage getServiceDataPackage()
Returns the package supported by this factory.

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