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