Interface ResourceModelFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ResourceModelFactoryImpl
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 ResourceModelFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Alternative Resource Usage'.Returns a new object of class 'Delay Resource'.Returns a new object of class 'Option'.Returns a new object of class 'Passive Resource'.Returns a new object of class 'Processing Resource'.Returns a new object of class 'Resource Usage'.Returns a new object of class 'Sequential Resource Usage'.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
-
createSequentialResourceUsage
SequentialResourceUsage createSequentialResourceUsage()Returns a new object of class 'Sequential Resource Usage'.- Returns:
- a new object of class 'Sequential Resource Usage'.
- Generated class or method.
-
createAlternativeResourceUsage
AlternativeResourceUsage createAlternativeResourceUsage()Returns a new object of class 'Alternative Resource Usage'.- Returns:
- a new object of class 'Alternative Resource Usage'.
- Generated class or method.
-
createOption
Option createOption()Returns a new object of class 'Option'.- Returns:
- a new object of class 'Option'.
- Generated class or method.
-
createResourceUsage
ResourceUsage createResourceUsage()Returns a new object of class 'Resource Usage'.- Returns:
- a new object of class 'Resource Usage'.
- Generated class or method.
-
createPassiveResource
PassiveResource createPassiveResource()Returns a new object of class 'Passive Resource'.- Returns:
- a new object of class 'Passive Resource'.
- Generated class or method.
-
createProcessingResource
ProcessingResource createProcessingResource()Returns a new object of class 'Processing Resource'.- Returns:
- a new object of class 'Processing Resource'.
- Generated class or method.
-
createDelayResource
DelayResource createDelayResource()Returns a new object of class 'Delay Resource'.- Returns:
- a new object of class 'Delay Resource'.
- Generated class or method.
-
getResourceModelPackage
ResourceModelPackage getResourceModelPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-