Interface RepositoryPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
RepositoryPackageImpl
public interface RepositoryPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
Contains all elements to handle repositories. Repositories are responsible to load/store experiment data.
- See Also:
RepositoryFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRepositoryPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static RepositoryPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intIRESOURCE_SETThe meta object id for the 'IResource Set' class.static intIRESOURCE_SET_FEATURE_COUNTThe number of structural features of the 'IResource Set' class.static intLOCAL_MEMORY_REPOSITORYThe meta object id for the 'Local Memory Repository' class.static intLOCAL_MEMORY_REPOSITORY__DESCRIPTIONSThe feature id for the 'Descriptions' reference list.static intLOCAL_MEMORY_REPOSITORY__DOMAINThe feature id for the 'Domain' attribute.static intLOCAL_MEMORY_REPOSITORY__EXPERIMENT_GROUPSThe feature id for the 'Experiment Groups' reference list.static intLOCAL_MEMORY_REPOSITORY__IDThe feature id for the 'Id' attribute.static intLOCAL_MEMORY_REPOSITORY__READ_ONLYThe feature id for the 'Read Only' attribute.static intLOCAL_MEMORY_REPOSITORY__REPOSITORIESThe feature id for the 'Repositories' container reference.static intLOCAL_MEMORY_REPOSITORY_FEATURE_COUNTThe number of structural features of the 'Local Memory Repository' class.static intMEASUREMENTS_DAO_FACTORYThe meta object id for the 'Measurements Dao Factory' class.static intMEASUREMENTS_DAO_FACTORY_FEATURE_COUNTThe number of structural features of the 'Measurements Dao Factory' class.static intMETA_DAOThe meta object id for the 'Meta Dao' class.static intMETA_DAO_FEATURE_COUNTThe number of structural features of the 'Meta Dao' class.static intREMOTE_CDO_REPOSITORYThe meta object id for the 'Remote Cdo Repository' class.static intREMOTE_CDO_REPOSITORY__DESCRIPTIONSThe feature id for the 'Descriptions' reference list.static intREMOTE_CDO_REPOSITORY__EXPERIMENT_GROUPSThe feature id for the 'Experiment Groups' reference list.static intREMOTE_CDO_REPOSITORY__IDThe feature id for the 'Id' attribute.static intREMOTE_CDO_REPOSITORY__READ_ONLYThe feature id for the 'Read Only' attribute.static intREMOTE_CDO_REPOSITORY__REPOSITORIESThe feature id for the 'Repositories' container reference.static intREMOTE_CDO_REPOSITORY__URLThe feature id for the 'Url' attribute.static intREMOTE_CDO_REPOSITORY_FEATURE_COUNTThe number of structural features of the 'Remote Cdo Repository' class.static intREPOSITORIESThe meta object id for the 'Repositories' class.static intREPOSITORIES__AVAILABLE_REPOSITORIESThe feature id for the 'Available Repositories' containment reference list.static intREPOSITORIES__COMMON_RESOURCE_SETThe feature id for the 'Common Resource Set' reference.static intREPOSITORIES_FEATURE_COUNTThe number of structural features of the 'Repositories' class.static intREPOSITORYThe meta object id for the 'Repository' class.static intREPOSITORY__DESCRIPTIONSThe feature id for the 'Descriptions' reference list.static intREPOSITORY__EXPERIMENT_GROUPSThe feature id for the 'Experiment Groups' reference list.static intREPOSITORY__IDThe feature id for the 'Id' attribute.static intREPOSITORY__READ_ONLYThe feature id for the 'Read Only' attribute.static intREPOSITORY__REPOSITORIESThe feature id for the 'Repositories' container reference.static intREPOSITORY_FEATURE_COUNTThe number of structural features of the 'Repository' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetIResourceSet()Returns the meta object for class 'IResource Set'.EClassgetLocalMemoryRepository()Returns the meta object for class 'Local Memory Repository'.EAttributegetLocalMemoryRepository_Domain()Returns the meta object for the attribute 'Domain'.EClassgetMeasurementsDaoFactory()Returns the meta object for class 'Measurements Dao Factory'.EClassgetMetaDao()Returns the meta object for class 'Meta Dao'.EClassgetRemoteCdoRepository()Returns the meta object for class 'Remote Cdo Repository'.EAttributegetRemoteCdoRepository_Url()Returns the meta object for the attribute 'Url'.EClassgetRepositories()Returns the meta object for class 'Repositories'.EReferencegetRepositories_AvailableRepositories()Returns the meta object for the containment reference list 'Available Repositories'.EReferencegetRepositories_CommonResourceSet()Returns the meta object for the reference 'Common Resource Set'.EClassgetRepository()Returns the meta object for class 'Repository'.EReferencegetRepository_Descriptions()Returns the meta object for the reference list 'Descriptions'.EReferencegetRepository_ExperimentGroups()Returns the meta object for the reference list 'Experiment Groups'.EAttributegetRepository_ReadOnly()Returns the meta object for the attribute 'Read Only'.EReferencegetRepository_Repositories()Returns the meta object for the container reference 'Repositories'.RepositoryFactorygetRepositoryFactory()Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final RepositoryPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
REPOSITORY
static final int REPOSITORY
The meta object id for the 'Repository' class.- See Also:
RepositoryImpl,RepositoryPackageImpl.getRepository(), Constant Field Values- Generated class or method.
-
REPOSITORY__ID
static final int REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORY__REPOSITORIES
static final int REPOSITORY__REPOSITORIES
The feature id for the 'Repositories' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORY__EXPERIMENT_GROUPS
static final int REPOSITORY__EXPERIMENT_GROUPS
The feature id for the 'Experiment Groups' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORY__READ_ONLY
static final int REPOSITORY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORY__DESCRIPTIONS
static final int REPOSITORY__DESCRIPTIONS
The feature id for the 'Descriptions' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORY_FEATURE_COUNT
static final int REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY
static final int LOCAL_MEMORY_REPOSITORY
The meta object id for the 'Local Memory Repository' class.- See Also:
LocalMemoryRepositoryImpl,RepositoryPackageImpl.getLocalMemoryRepository(), Constant Field Values- Generated class or method.
-
LOCAL_MEMORY_REPOSITORY__ID
static final int LOCAL_MEMORY_REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY__REPOSITORIES
static final int LOCAL_MEMORY_REPOSITORY__REPOSITORIES
The feature id for the 'Repositories' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY__EXPERIMENT_GROUPS
static final int LOCAL_MEMORY_REPOSITORY__EXPERIMENT_GROUPS
The feature id for the 'Experiment Groups' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY__READ_ONLY
static final int LOCAL_MEMORY_REPOSITORY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY__DESCRIPTIONS
static final int LOCAL_MEMORY_REPOSITORY__DESCRIPTIONS
The feature id for the 'Descriptions' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY__DOMAIN
static final int LOCAL_MEMORY_REPOSITORY__DOMAIN
The feature id for the 'Domain' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_MEMORY_REPOSITORY_FEATURE_COUNT
static final int LOCAL_MEMORY_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Local Memory Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY
static final int REMOTE_CDO_REPOSITORY
The meta object id for the 'Remote Cdo Repository' class.- See Also:
RemoteCdoRepositoryImpl,RepositoryPackageImpl.getRemoteCdoRepository(), Constant Field Values- Generated class or method.
-
REMOTE_CDO_REPOSITORY__ID
static final int REMOTE_CDO_REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY__REPOSITORIES
static final int REMOTE_CDO_REPOSITORY__REPOSITORIES
The feature id for the 'Repositories' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY__EXPERIMENT_GROUPS
static final int REMOTE_CDO_REPOSITORY__EXPERIMENT_GROUPS
The feature id for the 'Experiment Groups' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY__READ_ONLY
static final int REMOTE_CDO_REPOSITORY__READ_ONLY
The feature id for the 'Read Only' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY__DESCRIPTIONS
static final int REMOTE_CDO_REPOSITORY__DESCRIPTIONS
The feature id for the 'Descriptions' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY__URL
static final int REMOTE_CDO_REPOSITORY__URL
The feature id for the 'Url' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REMOTE_CDO_REPOSITORY_FEATURE_COUNT
static final int REMOTE_CDO_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Remote Cdo Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORIES
static final int REPOSITORIES
The meta object id for the 'Repositories' class.- See Also:
RepositoriesImpl,RepositoryPackageImpl.getRepositories(), Constant Field Values- Generated class or method.
-
REPOSITORIES__AVAILABLE_REPOSITORIES
static final int REPOSITORIES__AVAILABLE_REPOSITORIES
The feature id for the 'Available Repositories' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORIES__COMMON_RESOURCE_SET
static final int REPOSITORIES__COMMON_RESOURCE_SET
The feature id for the 'Common Resource Set' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REPOSITORIES_FEATURE_COUNT
static final int REPOSITORIES_FEATURE_COUNT
The number of structural features of the 'Repositories' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IRESOURCE_SET
static final int IRESOURCE_SET
The meta object id for the 'IResource Set' class.- See Also:
ResourceSet,RepositoryPackageImpl.getIResourceSet(), Constant Field Values- Generated class or method.
-
IRESOURCE_SET_FEATURE_COUNT
static final int IRESOURCE_SET_FEATURE_COUNT
The number of structural features of the 'IResource Set' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MEASUREMENTS_DAO_FACTORY
static final int MEASUREMENTS_DAO_FACTORY
The meta object id for the 'Measurements Dao Factory' class.- See Also:
MeasurementsDaoFactory,RepositoryPackageImpl.getMeasurementsDaoFactory(), Constant Field Values- Generated class or method.
-
MEASUREMENTS_DAO_FACTORY_FEATURE_COUNT
static final int MEASUREMENTS_DAO_FACTORY_FEATURE_COUNT
The number of structural features of the 'Measurements Dao Factory' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
META_DAO
static final int META_DAO
The meta object id for the 'Meta Dao' class.- See Also:
MetaDao,RepositoryPackageImpl.getMetaDao(), Constant Field Values- Generated class or method.
-
META_DAO_FEATURE_COUNT
static final int META_DAO_FEATURE_COUNT
The number of structural features of the 'Meta Dao' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getLocalMemoryRepository
EClass getLocalMemoryRepository()
Returns the meta object for class 'Local Memory Repository'.- Returns:
- the meta object for class 'Local Memory Repository'.
- See Also:
LocalMemoryRepository- Generated class or method.
-
getLocalMemoryRepository_Domain
EAttribute getLocalMemoryRepository_Domain()
Returns the meta object for the attribute 'Domain'.- Returns:
- the meta object for the attribute 'Domain'.
- See Also:
LocalMemoryRepository.getDomain(),getLocalMemoryRepository()- Generated class or method.
-
getRemoteCdoRepository
EClass getRemoteCdoRepository()
Returns the meta object for class 'Remote Cdo Repository'.- Returns:
- the meta object for class 'Remote Cdo Repository'.
- See Also:
RemoteCdoRepository- Generated class or method.
-
getRemoteCdoRepository_Url
EAttribute getRemoteCdoRepository_Url()
Returns the meta object for the attribute 'Url'.- Returns:
- the meta object for the attribute 'Url'.
- See Also:
RemoteCdoRepository.getUrl(),getRemoteCdoRepository()- Generated class or method.
-
getRepositories
EClass getRepositories()
Returns the meta object for class 'Repositories'.- Returns:
- the meta object for class 'Repositories'.
- See Also:
Repositories- Generated class or method.
-
getRepositories_AvailableRepositories
EReference getRepositories_AvailableRepositories()
Returns the meta object for the containment reference list 'Available Repositories'.- Returns:
- the meta object for the containment reference list 'Available Repositories'.
- See Also:
Repositories.getAvailableRepositories(),getRepositories()- Generated class or method.
-
getRepositories_CommonResourceSet
EReference getRepositories_CommonResourceSet()
Returns the meta object for the reference 'Common Resource Set'.- Returns:
- the meta object for the reference 'Common Resource Set'.
- See Also:
Repositories.getCommonResourceSet(),getRepositories()- Generated class or method.
-
getIResourceSet
EClass getIResourceSet()
Returns the meta object for class 'IResource Set'.- Returns:
- the meta object for class 'IResource Set'.
- See Also:
ResourceSet- Generated class or method.
- EMF model class or method.
- instanceClass="org.eclipse.emf.ecore.resource.ResourceSet"
-
getMeasurementsDaoFactory
EClass getMeasurementsDaoFactory()
Returns the meta object for class 'Measurements Dao Factory'.- Returns:
- the meta object for class 'Measurements Dao Factory'.
- See Also:
MeasurementsDaoFactory- Generated class or method.
- EMF model class or method.
- instanceClass="org.palladiosimulator.edp2.dao.MeasurementsDaoFactory"
-
getMetaDao
EClass getMetaDao()
Returns the meta object for class 'Meta Dao'.- Returns:
- the meta object for class 'Meta Dao'.
- See Also:
MetaDao- Generated class or method.
- EMF model class or method.
- instanceClass="org.palladiosimulator.edp2.dao.MetaDao"
-
getRepository
EClass getRepository()
Returns the meta object for class 'Repository'.- Returns:
- the meta object for class 'Repository'.
- See Also:
Repository- Generated class or method.
-
getRepository_Repositories
EReference getRepository_Repositories()
Returns the meta object for the container reference 'Repositories'.- Returns:
- the meta object for the container reference 'Repositories'.
- See Also:
Repository.getRepositories(),getRepository()- Generated class or method.
-
getRepository_ReadOnly
EAttribute getRepository_ReadOnly()
Returns the meta object for the attribute 'Read Only'.- Returns:
- the meta object for the attribute 'Read Only'.
- See Also:
Repository.isReadOnly(),getRepository()- Generated class or method.
-
getRepository_Descriptions
EReference getRepository_Descriptions()
Returns the meta object for the reference list 'Descriptions'.- Returns:
- the meta object for the reference list 'Descriptions'.
- See Also:
Repository.getDescriptions(),getRepository()- Generated class or method.
-
getRepository_ExperimentGroups
EReference getRepository_ExperimentGroups()
Returns the meta object for the reference list 'Experiment Groups'.- Returns:
- the meta object for the reference list 'Experiment Groups'.
- See Also:
Repository.getExperimentGroups(),getRepository()- Generated class or method.
-
getRepositoryFactory
RepositoryFactory getRepositoryFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-