- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
RagFactoryImpl
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Double Vector String Item'.Returns a new object of class 'Double Vector String Store'.Returns a new object of class 'Float Vector String Item'.Returns a new object of class 'Float Vector String Store'.Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackageMethods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eINSTANCE
The singleton instance of the factory.
-
-
Method Details
-
createDoubleVectorStringItem
Returns a new object of class 'Double Vector String Item'.- Returns:
- a new object of class 'Double Vector String Item'.
-
createDoubleVectorStringStore
Returns a new object of class 'Double Vector String Store'.- Returns:
- a new object of class 'Double Vector String Store'.
-
createFloatVectorStringItem
Returns a new object of class 'Float Vector String Item'.- Returns:
- a new object of class 'Float Vector String Item'.
-
createFloatVectorStringStore
Returns a new object of class 'Float Vector String Store'.- Returns:
- a new object of class 'Float Vector String Store'.
-
getRagPackage
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-