de.cau.cs.kieler.core.annotations
Interface AnnotationsFactory

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

public interface AnnotationsFactory
extends EFactory

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

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

Field Summary
static AnnotationsFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Annotation createAnnotation()
          Returns a new object of class 'Annotation'.
 BooleanAnnotation createBooleanAnnotation()
          Returns a new object of class 'Boolean Annotation'.
 ContainmentAnnotation createContainmentAnnotation()
          Returns a new object of class 'Containment Annotation'.
 FloatAnnotation createFloatAnnotation()
          Returns a new object of class 'Float Annotation'.
 ImportAnnotation createImportAnnotation()
          Returns a new object of class 'Import Annotation'.
 IntAnnotation createIntAnnotation()
          Returns a new object of class 'Int Annotation'.
 ReferenceAnnotation createReferenceAnnotation()
          Returns a new object of class 'Reference Annotation'.
 StringAnnotation createStringAnnotation()
          Returns a new object of class 'String Annotation'.
 TypedStringAnnotation createTypedStringAnnotation()
          Returns a new object of class 'Typed String Annotation'.
 AnnotationsPackage getAnnotationsPackage()
          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 AnnotationsFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createAnnotation

Annotation createAnnotation()
Returns a new object of class 'Annotation'.

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

createStringAnnotation

StringAnnotation createStringAnnotation()
Returns a new object of class 'String Annotation'.

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

createReferenceAnnotation

ReferenceAnnotation createReferenceAnnotation()
Returns a new object of class 'Reference Annotation'.

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

createBooleanAnnotation

BooleanAnnotation createBooleanAnnotation()
Returns a new object of class 'Boolean Annotation'.

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

createIntAnnotation

IntAnnotation createIntAnnotation()
Returns a new object of class 'Int Annotation'.

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

createFloatAnnotation

FloatAnnotation createFloatAnnotation()
Returns a new object of class 'Float Annotation'.

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

createContainmentAnnotation

ContainmentAnnotation createContainmentAnnotation()
Returns a new object of class 'Containment Annotation'.

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

createImportAnnotation

ImportAnnotation createImportAnnotation()
Returns a new object of class 'Import Annotation'.

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

createTypedStringAnnotation

TypedStringAnnotation createTypedStringAnnotation()
Returns a new object of class 'Typed String Annotation'.

Returns:
a new object of class 'Typed String Annotation'.
Generated:
This code was automatically generated.

getAnnotationsPackage

AnnotationsPackage getAnnotationsPackage()
Returns the package supported by this factory.

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