Interface PcmmeasuringpointFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
PcmmeasuringpointFactoryImpl
The Factory for the model. It provides a create method for each
non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PcmmeasuringpointFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Active Resource Measuring Point'.Returns a new object of class 'Assembly Operation Measuring Point'.Returns a new object of class 'Assembly Passive Resource Measuring Point'.Returns a new object of class 'Entry Level System Call Measuring Point'.Returns a new object of class 'External Call Action Measuring Point'.Returns a new object of class 'Linking Resource Measuring Point'.Returns a new object of class 'Resource Container Measuring Point'.Returns a new object of class 'Resource Environment Measuring Point'.Returns a new object of class 'Sub System Operation Measuring Point'.Returns a new object of class 'System Operation Measuring Point'.Returns a new object of class 'Usage Scenario Measuring Point'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createAssemblyOperationMeasuringPoint
AssemblyOperationMeasuringPoint createAssemblyOperationMeasuringPoint()Returns a new object of class 'Assembly Operation Measuring Point'.- Returns:
- a new object of class 'Assembly Operation Measuring Point'.
- Generated class or method.
-
createAssemblyPassiveResourceMeasuringPoint
AssemblyPassiveResourceMeasuringPoint createAssemblyPassiveResourceMeasuringPoint()Returns a new object of class 'Assembly Passive Resource Measuring Point'.- Returns:
- a new object of class 'Assembly Passive Resource Measuring Point'.
- Generated class or method.
-
createActiveResourceMeasuringPoint
ActiveResourceMeasuringPoint createActiveResourceMeasuringPoint()Returns a new object of class 'Active Resource Measuring Point'.- Returns:
- a new object of class 'Active Resource Measuring Point'.
- Generated class or method.
-
createSystemOperationMeasuringPoint
SystemOperationMeasuringPoint createSystemOperationMeasuringPoint()Returns a new object of class 'System Operation Measuring Point'.- Returns:
- a new object of class 'System Operation Measuring Point'.
- Generated class or method.
-
createLinkingResourceMeasuringPoint
LinkingResourceMeasuringPoint createLinkingResourceMeasuringPoint()Returns a new object of class 'Linking Resource Measuring Point'.- Returns:
- a new object of class 'Linking Resource Measuring Point'.
- Generated class or method.
-
createSubSystemOperationMeasuringPoint
SubSystemOperationMeasuringPoint createSubSystemOperationMeasuringPoint()Returns a new object of class 'Sub System Operation Measuring Point'.- Returns:
- a new object of class 'Sub System Operation Measuring Point'.
- Generated class or method.
-
createUsageScenarioMeasuringPoint
UsageScenarioMeasuringPoint createUsageScenarioMeasuringPoint()Returns a new object of class 'Usage Scenario Measuring Point'.- Returns:
- a new object of class 'Usage Scenario Measuring Point'.
- Generated class or method.
-
createEntryLevelSystemCallMeasuringPoint
EntryLevelSystemCallMeasuringPoint createEntryLevelSystemCallMeasuringPoint()Returns a new object of class 'Entry Level System Call Measuring Point'.- Returns:
- a new object of class 'Entry Level System Call Measuring Point'.
- Generated class or method.
-
createExternalCallActionMeasuringPoint
ExternalCallActionMeasuringPoint createExternalCallActionMeasuringPoint()Returns a new object of class 'External Call Action Measuring Point'.- Returns:
- a new object of class 'External Call Action Measuring Point'.
- Generated class or method.
-
createResourceEnvironmentMeasuringPoint
ResourceEnvironmentMeasuringPoint createResourceEnvironmentMeasuringPoint()Returns a new object of class 'Resource Environment Measuring Point'.- Returns:
- a new object of class 'Resource Environment Measuring Point'.
- Generated class or method.
-
createResourceContainerMeasuringPoint
ResourceContainerMeasuringPoint createResourceContainerMeasuringPoint()Returns a new object of class 'Resource Container Measuring Point'.- Returns:
- a new object of class 'Resource Container Measuring Point'.
- Generated class or method.
-
getPcmmeasuringpointPackage
PcmmeasuringpointPackage getPcmmeasuringpointPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-