org.eclipse.ohf.stem.tests.util.labels
Interface LabelsFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LabelsFactoryImpl

public interface LabelsFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
LabelsPackage

Field Summary
static LabelsFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 TestDynamicEdgeLabel createTestDynamicEdgeLabel()
          Returns a new object of class 'Test Dynamic Edge Label'.
 TestDynamicLabel1 createTestDynamicLabel1()
          Returns a new object of class 'Test Dynamic Label1'.
 TestDynamicNodeLabel createTestDynamicNodeLabel()
          Returns a new object of class 'Test Dynamic Node Label'.
 TestIntegerLabelValue createTestIntegerLabelValue()
          Returns a new object of class 'Test Integer Label Value'.
 TestLabel createTestLabel()
          Returns a new object of class 'Test Label'.
 TestStaticEdgeLabel createTestStaticEdgeLabel()
          Returns a new object of class 'Test Static Edge Label'.
 TestStaticNodeLabel createTestStaticNodeLabel()
          Returns a new object of class 'Test Static Node Label'.
 LabelsPackage getLabelsPackage()
          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 LabelsFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createTestDynamicEdgeLabel

TestDynamicEdgeLabel createTestDynamicEdgeLabel()
Returns a new object of class 'Test Dynamic Edge Label'.

Returns:
a new object of class 'Test Dynamic Edge Label'.

createTestDynamicLabel1

TestDynamicLabel1 createTestDynamicLabel1()
Returns a new object of class 'Test Dynamic Label1'.

Returns:
a new object of class 'Test Dynamic Label1'.

createTestDynamicNodeLabel

TestDynamicNodeLabel createTestDynamicNodeLabel()
Returns a new object of class 'Test Dynamic Node Label'.

Returns:
a new object of class 'Test Dynamic Node Label'.

createTestIntegerLabelValue

TestIntegerLabelValue createTestIntegerLabelValue()
Returns a new object of class 'Test Integer Label Value'.

Returns:
a new object of class 'Test Integer Label Value'.

createTestLabel

TestLabel createTestLabel()
Returns a new object of class 'Test Label'.

Returns:
a new object of class 'Test Label'.

createTestStaticEdgeLabel

TestStaticEdgeLabel createTestStaticEdgeLabel()
Returns a new object of class 'Test Static Edge Label'.

Returns:
a new object of class 'Test Static Edge Label'.

createTestStaticNodeLabel

TestStaticNodeLabel createTestStaticNodeLabel()
Returns a new object of class 'Test Static Node Label'.

Returns:
a new object of class 'Test Static Node Label'.

getLabelsPackage

LabelsPackage getLabelsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.