Package de.fzi.power.specification
Interface SpecificationFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
SpecificationFactoryImpl
public interface SpecificationFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
SpecificationPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static SpecificationFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlackBoxDistributionPowerModelSpecificationcreateBlackBoxDistributionPowerModelSpecification()Returns a new object of class 'Black Box Distribution Power Model Specification'.BlackBoxResourcePowerModelSpecificationcreateBlackBoxResourcePowerModelSpecification()Returns a new object of class 'Black Box Resource Power Model Specification'.DeclarativeDistributionPowerModelSpecificationcreateDeclarativeDistributionPowerModelSpecification()Returns a new object of class 'Declarative Distribution Power Model Specification'.DeclarativePowerModelSpecificationcreateDeclarativePowerModelSpecification()Returns a new object of class 'Declarative Power Model Specification'.DeclarativeResourcePowerModelSpecificationcreateDeclarativeResourcePowerModelSpecification()Returns a new object of class 'Declarative Resource Power Model Specification'.FixedFactorcreateFixedFactor()Returns a new object of class 'Fixed Factor'.MeasuredFactorcreateMeasuredFactor()Returns a new object of class 'Measured Factor'.PowerModelRepositorycreatePowerModelRepository()Returns a new object of class 'Power Model Repository'.SpecificationPackagegetSpecificationPackage()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 SpecificationFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createPowerModelRepository
PowerModelRepository createPowerModelRepository()
Returns a new object of class 'Power Model Repository'.- Returns:
- a new object of class 'Power Model Repository'.
- Generated class or method.
-
createFixedFactor
FixedFactor createFixedFactor()
Returns a new object of class 'Fixed Factor'.- Returns:
- a new object of class 'Fixed Factor'.
- Generated class or method.
-
createMeasuredFactor
MeasuredFactor createMeasuredFactor()
Returns a new object of class 'Measured Factor'.- Returns:
- a new object of class 'Measured Factor'.
- Generated class or method.
-
createDeclarativePowerModelSpecification
DeclarativePowerModelSpecification createDeclarativePowerModelSpecification()
Returns a new object of class 'Declarative Power Model Specification'.- Returns:
- a new object of class 'Declarative Power Model Specification'.
- Generated class or method.
-
createDeclarativeResourcePowerModelSpecification
DeclarativeResourcePowerModelSpecification createDeclarativeResourcePowerModelSpecification()
Returns a new object of class 'Declarative Resource Power Model Specification'.- Returns:
- a new object of class 'Declarative Resource Power Model Specification'.
- Generated class or method.
-
createDeclarativeDistributionPowerModelSpecification
DeclarativeDistributionPowerModelSpecification createDeclarativeDistributionPowerModelSpecification()
Returns a new object of class 'Declarative Distribution Power Model Specification'.- Returns:
- a new object of class 'Declarative Distribution Power Model Specification'.
- Generated class or method.
-
createBlackBoxDistributionPowerModelSpecification
BlackBoxDistributionPowerModelSpecification createBlackBoxDistributionPowerModelSpecification()
Returns a new object of class 'Black Box Distribution Power Model Specification'.- Returns:
- a new object of class 'Black Box Distribution Power Model Specification'.
- Generated class or method.
-
createBlackBoxResourcePowerModelSpecification
BlackBoxResourcePowerModelSpecification createBlackBoxResourcePowerModelSpecification()
Returns a new object of class 'Black Box Resource Power Model Specification'.- Returns:
- a new object of class 'Black Box Resource Power Model Specification'.
- Generated class or method.
-
getSpecificationPackage
SpecificationPackage getSpecificationPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-