Interface ResourceModelFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ResourceModelFactoryImpl
public interface ResourceModelFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ResourceModelPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceModelFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlternativeResourceUsage
createAlternativeResourceUsage()
Returns a new object of class 'Alternative Resource Usage'.DelayResource
createDelayResource()
Returns a new object of class 'Delay Resource'.Option
createOption()
Returns a new object of class 'Option'.PassiveResource
createPassiveResource()
Returns a new object of class 'Passive Resource'.ProcessingResource
createProcessingResource()
Returns a new object of class 'Processing Resource'.ResourceUsage
createResourceUsage()
Returns a new object of class 'Resource Usage'.SequentialResourceUsage
createSequentialResourceUsage()
Returns a new object of class 'Sequential Resource Usage'.ResourceModelPackage
getResourceModelPackage()
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 ResourceModelFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-