Interface OrganizationenvironmentmodelPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
OrganizationenvironmentmodelPackageImpl
public interface OrganizationenvironmentmodelPackage 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
- See Also:
OrganizationenvironmentmodelFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOrganizationenvironmentmodelPackage.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 intACTOR_RESOURCEThe meta object id for the 'Actor Resource' class.static intACTOR_RESOURCE__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intACTOR_RESOURCE__IDThe feature id for the 'Id' attribute.static intACTOR_RESOURCE__ROLESThe feature id for the 'Roles' reference list.static intACTOR_RESOURCE__WORKING_PERIODSThe feature id for the 'Working Periods' containment reference list.static intACTOR_RESOURCE_FEATURE_COUNTThe number of structural features of the 'Actor Resource' class.static intDEVICE_RESOURCEThe meta object id for the 'Device Resource' class.static intDEVICE_RESOURCE__CAPACITYThe feature id for the 'Capacity' containment reference.static intDEVICE_RESOURCE__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intDEVICE_RESOURCE__IDThe feature id for the 'Id' attribute.static intDEVICE_RESOURCE_FEATURE_COUNTThe number of structural features of the 'Device Resource' class.static OrganizationenvironmentmodelPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intORGANIZATION_ENVIRONMENT_MODELThe meta object id for the 'Organization Environment Model' class.static intORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCESThe feature id for the 'Actor Resources' containment reference list.static intORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCESThe feature id for the 'Device Resources' containment reference list.static intORGANIZATION_ENVIRONMENT_MODEL__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intORGANIZATION_ENVIRONMENT_MODEL__ROLESThe feature id for the 'Roles' containment reference list.static intORGANIZATION_ENVIRONMENT_MODEL_FEATURE_COUNTThe number of structural features of the 'Organization Environment Model' class.static intROLEThe meta object id for the 'Role' class.static intROLE__ACTORSThe feature id for the 'Actors' reference list.static intROLE__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intROLE__IDThe feature id for the 'Id' attribute.static intROLE_FEATURE_COUNTThe number of structural features of the 'Role' class.static intWORKING_PERIODThe meta object id for the 'Working Period' class.static intWORKING_PERIOD__IDThe feature id for the 'Id' attribute.static intWORKING_PERIOD__PERIOD_END_TIME_POINTThe feature id for the 'Period End Time Point' attribute.static intWORKING_PERIOD__PERIOD_START_TIME_POINTThe feature id for the 'Period Start Time Point' attribute.static intWORKING_PERIOD_FEATURE_COUNTThe number of structural features of the 'Working Period' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetActorResource()Returns the meta object for class 'Actor Resource'.EReferencegetActorResource_Roles()Returns the meta object for the reference list 'Roles'.EReferencegetActorResource_WorkingPeriods()Returns the meta object for the containment reference list 'Working Periods'.EClassgetDeviceResource()Returns the meta object for class 'Device Resource'.EReferencegetDeviceResource_Capacity()Returns the meta object for the containment reference 'Capacity'.EClassgetOrganizationEnvironmentModel()Returns the meta object for class 'Organization Environment Model'.EReferencegetOrganizationEnvironmentModel_ActorResources()Returns the meta object for the containment reference list 'Actor Resources'.EReferencegetOrganizationEnvironmentModel_DeviceResources()Returns the meta object for the containment reference list 'Device Resources'.EReferencegetOrganizationEnvironmentModel_Roles()Returns the meta object for the containment reference list 'Roles'.OrganizationenvironmentmodelFactorygetOrganizationenvironmentmodelFactory()Returns the factory that creates the instances of the model.EClassgetRole()Returns the meta object for class 'Role'.EReferencegetRole_Actors()Returns the meta object for the reference list 'Actors'.EClassgetWorkingPeriod()Returns the meta object for class 'Working Period'.EAttributegetWorkingPeriod_PeriodEndTimePoint()Returns the meta object for the attribute 'Period End Time Point'.EAttributegetWorkingPeriod_PeriodStartTimePoint()Returns the meta object for the attribute 'Period Start Time Point'.-
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 OrganizationenvironmentmodelPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ORGANIZATION_ENVIRONMENT_MODEL
static final int ORGANIZATION_ENVIRONMENT_MODEL
The meta object id for the 'Organization Environment Model' class.- See Also:
OrganizationEnvironmentModelImpl,OrganizationenvironmentmodelPackageImpl.getOrganizationEnvironmentModel(), Constant Field Values- Generated class or method.
-
ORGANIZATION_ENVIRONMENT_MODEL__ENTITY_NAME
static final int ORGANIZATION_ENVIRONMENT_MODEL__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORGANIZATION_ENVIRONMENT_MODEL__ROLES
static final int ORGANIZATION_ENVIRONMENT_MODEL__ROLES
The feature id for the 'Roles' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCES
static final int ORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCES
The feature id for the 'Actor Resources' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCES
static final int ORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCES
The feature id for the 'Device Resources' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ORGANIZATION_ENVIRONMENT_MODEL_FEATURE_COUNT
static final int ORGANIZATION_ENVIRONMENT_MODEL_FEATURE_COUNT
The number of structural features of the 'Organization Environment Model' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE
static final int ROLE
The meta object id for the 'Role' class.- See Also:
RoleImpl,OrganizationenvironmentmodelPackageImpl.getRole(), Constant Field Values- Generated class or method.
-
ROLE__ID
static final int ROLE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE__ENTITY_NAME
static final int ROLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE__ACTORS
static final int ROLE__ACTORS
The feature id for the 'Actors' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE_FEATURE_COUNT
static final int ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ACTOR_RESOURCE
static final int ACTOR_RESOURCE
The meta object id for the 'Actor Resource' class.- See Also:
ActorResourceImpl,OrganizationenvironmentmodelPackageImpl.getActorResource(), Constant Field Values- Generated class or method.
-
ACTOR_RESOURCE__ID
static final int ACTOR_RESOURCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ACTOR_RESOURCE__ENTITY_NAME
static final int ACTOR_RESOURCE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ACTOR_RESOURCE__WORKING_PERIODS
static final int ACTOR_RESOURCE__WORKING_PERIODS
The feature id for the 'Working Periods' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ACTOR_RESOURCE__ROLES
static final int ACTOR_RESOURCE__ROLES
The feature id for the 'Roles' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ACTOR_RESOURCE_FEATURE_COUNT
static final int ACTOR_RESOURCE_FEATURE_COUNT
The number of structural features of the 'Actor Resource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DEVICE_RESOURCE
static final int DEVICE_RESOURCE
The meta object id for the 'Device Resource' class.- See Also:
DeviceResourceImpl,OrganizationenvironmentmodelPackageImpl.getDeviceResource(), Constant Field Values- Generated class or method.
-
DEVICE_RESOURCE__ID
static final int DEVICE_RESOURCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DEVICE_RESOURCE__ENTITY_NAME
static final int DEVICE_RESOURCE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DEVICE_RESOURCE__CAPACITY
static final int DEVICE_RESOURCE__CAPACITY
The feature id for the 'Capacity' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DEVICE_RESOURCE_FEATURE_COUNT
static final int DEVICE_RESOURCE_FEATURE_COUNT
The number of structural features of the 'Device Resource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKING_PERIOD
static final int WORKING_PERIOD
The meta object id for the 'Working Period' class.- See Also:
WorkingPeriodImpl,OrganizationenvironmentmodelPackageImpl.getWorkingPeriod(), Constant Field Values- Generated class or method.
-
WORKING_PERIOD__ID
static final int WORKING_PERIOD__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKING_PERIOD__PERIOD_START_TIME_POINT
static final int WORKING_PERIOD__PERIOD_START_TIME_POINT
The feature id for the 'Period Start Time Point' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKING_PERIOD__PERIOD_END_TIME_POINT
static final int WORKING_PERIOD__PERIOD_END_TIME_POINT
The feature id for the 'Period End Time Point' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKING_PERIOD_FEATURE_COUNT
static final int WORKING_PERIOD_FEATURE_COUNT
The number of structural features of the 'Working Period' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getOrganizationEnvironmentModel
EClass getOrganizationEnvironmentModel()
Returns the meta object for class 'Organization Environment Model'.- Returns:
- the meta object for class 'Organization Environment Model'.
- See Also:
OrganizationEnvironmentModel- Generated class or method.
-
getOrganizationEnvironmentModel_Roles
EReference getOrganizationEnvironmentModel_Roles()
Returns the meta object for the containment reference list 'Roles'.- Returns:
- the meta object for the containment reference list 'Roles'.
- See Also:
OrganizationEnvironmentModel.getRoles(),getOrganizationEnvironmentModel()- Generated class or method.
-
getOrganizationEnvironmentModel_ActorResources
EReference getOrganizationEnvironmentModel_ActorResources()
Returns the meta object for the containment reference list 'Actor Resources'.- Returns:
- the meta object for the containment reference list 'Actor Resources'.
- See Also:
OrganizationEnvironmentModel.getActorResources(),getOrganizationEnvironmentModel()- Generated class or method.
-
getOrganizationEnvironmentModel_DeviceResources
EReference getOrganizationEnvironmentModel_DeviceResources()
Returns the meta object for the containment reference list 'Device Resources'.- Returns:
- the meta object for the containment reference list 'Device Resources'.
- See Also:
OrganizationEnvironmentModel.getDeviceResources(),getOrganizationEnvironmentModel()- Generated class or method.
-
getRole
EClass getRole()
Returns the meta object for class 'Role'.- Returns:
- the meta object for class 'Role'.
- See Also:
Role- Generated class or method.
-
getRole_Actors
EReference getRole_Actors()
Returns the meta object for the reference list 'Actors'.- Returns:
- the meta object for the reference list 'Actors'.
- See Also:
Role.getActors(),getRole()- Generated class or method.
-
getActorResource
EClass getActorResource()
Returns the meta object for class 'Actor Resource'.- Returns:
- the meta object for class 'Actor Resource'.
- See Also:
ActorResource- Generated class or method.
-
getActorResource_WorkingPeriods
EReference getActorResource_WorkingPeriods()
Returns the meta object for the containment reference list 'Working Periods'.- Returns:
- the meta object for the containment reference list 'Working Periods'.
- See Also:
ActorResource.getWorkingPeriods(),getActorResource()- Generated class or method.
-
getActorResource_Roles
EReference getActorResource_Roles()
Returns the meta object for the reference list 'Roles'.- Returns:
- the meta object for the reference list 'Roles'.
- See Also:
ActorResource.getRoles(),getActorResource()- Generated class or method.
-
getDeviceResource
EClass getDeviceResource()
Returns the meta object for class 'Device Resource'.- Returns:
- the meta object for class 'Device Resource'.
- See Also:
DeviceResource- Generated class or method.
-
getDeviceResource_Capacity
EReference getDeviceResource_Capacity()
Returns the meta object for the containment reference 'Capacity'.- Returns:
- the meta object for the containment reference 'Capacity'.
- See Also:
DeviceResource.getCapacity(),getDeviceResource()- Generated class or method.
-
getWorkingPeriod
EClass getWorkingPeriod()
Returns the meta object for class 'Working Period'.- Returns:
- the meta object for class 'Working Period'.
- See Also:
WorkingPeriod- Generated class or method.
-
getWorkingPeriod_PeriodStartTimePoint
EAttribute getWorkingPeriod_PeriodStartTimePoint()
Returns the meta object for the attribute 'Period Start Time Point'.- Returns:
- the meta object for the attribute 'Period Start Time Point'.
- See Also:
WorkingPeriod.getPeriodStartTimePoint(),getWorkingPeriod()- Generated class or method.
-
getWorkingPeriod_PeriodEndTimePoint
EAttribute getWorkingPeriod_PeriodEndTimePoint()
Returns the meta object for the attribute 'Period End Time Point'.- Returns:
- the meta object for the attribute 'Period End Time Point'.
- See Also:
WorkingPeriod.getPeriodEndTimePoint(),getWorkingPeriod()- Generated class or method.
-
getOrganizationenvironmentmodelFactory
OrganizationenvironmentmodelFactory getOrganizationenvironmentmodelFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-