- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
RagPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Double Vector String Item' class.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Vector' attribute.static final intThe number of structural features of the 'Double Vector String Item' class.static final intThe number of operations of the 'Double Vector String Item' class.static final intThe meta object id for the 'Double Vector String Store' class.static final intThe feature id for the 'Items' containment reference list.static final intThe number of structural features of the 'Double Vector String Store' class.static final intThe number of operations of the 'Double Vector String Store' class.static final RagPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Float Vector String Item' class.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Vector' attribute.static final intThe number of structural features of the 'Float Vector String Item' class.static final intThe number of operations of the 'Float Vector String Item' class.static final intThe meta object id for the 'Float Vector String Store' class.static final intThe feature id for the 'Items' containment reference list.static final intThe number of structural features of the 'Float Vector String Store' class.static final intThe number of operations of the 'Float Vector String Store' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Double Vector String Item'.Returns the meta object for the attribute 'Vector'.Returns the meta object for class 'Double Vector String Store'.Returns the meta object for the containment reference list 'Items'.Returns the meta object for class 'Float Vector String Item'.Returns the meta object for the attribute 'Vector'.Returns the meta object for class 'Float Vector String Store'.Returns the meta object for the containment reference list 'Items'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods 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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
DOUBLE_VECTOR_STRING_ITEM
The meta object id for the 'Double Vector String Item' class. -
DOUBLE_VECTOR_STRING_ITEM__ID
The feature id for the 'Id' attribute.- See Also:
-
DOUBLE_VECTOR_STRING_ITEM__VECTOR
The feature id for the 'Vector' attribute.- See Also:
-
DOUBLE_VECTOR_STRING_ITEM_FEATURE_COUNT
The number of structural features of the 'Double Vector String Item' class.- See Also:
-
DOUBLE_VECTOR_STRING_ITEM_OPERATION_COUNT
The number of operations of the 'Double Vector String Item' class.- See Also:
-
DOUBLE_VECTOR_STRING_STORE
The meta object id for the 'Double Vector String Store' class. -
DOUBLE_VECTOR_STRING_STORE__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
-
DOUBLE_VECTOR_STRING_STORE_FEATURE_COUNT
The number of structural features of the 'Double Vector String Store' class.- See Also:
-
DOUBLE_VECTOR_STRING_STORE_OPERATION_COUNT
The number of operations of the 'Double Vector String Store' class.- See Also:
-
FLOAT_VECTOR_STRING_ITEM
The meta object id for the 'Float Vector String Item' class. -
FLOAT_VECTOR_STRING_ITEM__ID
The feature id for the 'Id' attribute.- See Also:
-
FLOAT_VECTOR_STRING_ITEM__VECTOR
The feature id for the 'Vector' attribute.- See Also:
-
FLOAT_VECTOR_STRING_ITEM_FEATURE_COUNT
The number of structural features of the 'Float Vector String Item' class.- See Also:
-
FLOAT_VECTOR_STRING_ITEM_OPERATION_COUNT
The number of operations of the 'Float Vector String Item' class.- See Also:
-
FLOAT_VECTOR_STRING_STORE
The meta object id for the 'Float Vector String Store' class. -
FLOAT_VECTOR_STRING_STORE__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
-
FLOAT_VECTOR_STRING_STORE_FEATURE_COUNT
The number of structural features of the 'Float Vector String Store' class.- See Also:
-
FLOAT_VECTOR_STRING_STORE_OPERATION_COUNT
The number of operations of the 'Float Vector String Store' class.- See Also:
-
-
Method Details
-
getDoubleVectorStringItem
Returns the meta object for class 'Double Vector String Item'.- Returns:
- the meta object for class 'Double Vector String Item'.
- See Also:
-
getDoubleVectorStringItem_Vector
Returns the meta object for the attribute 'Vector'.- Returns:
- the meta object for the attribute 'Vector'.
- See Also:
-
getDoubleVectorStringStore
Returns the meta object for class 'Double Vector String Store'.- Returns:
- the meta object for class 'Double Vector String Store'.
- See Also:
-
getDoubleVectorStringStore_Items
Returns the meta object for the containment reference list 'Items'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
-
getFloatVectorStringItem
Returns the meta object for class 'Float Vector String Item'.- Returns:
- the meta object for class 'Float Vector String Item'.
- See Also:
-
getFloatVectorStringItem_Vector
Returns the meta object for the attribute 'Vector'.- Returns:
- the meta object for the attribute 'Vector'.
- See Also:
-
getFloatVectorStringStore
Returns the meta object for class 'Float Vector String Store'.- Returns:
- the meta object for class 'Float Vector String Store'.
- See Also:
-
getFloatVectorStringStore_Items
Returns the meta object for the containment reference list 'Items'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
-
getRagFactory
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-