Package de.fzi.power.binding
Interface BindingFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
BindingFactoryImpl
public interface BindingFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
BindingPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static BindingFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumptionBehavior
createConsumptionBehavior()
Returns a new object of class 'Consumption Behavior'.DistributionPowerBinding
createDistributionPowerBinding()
Returns a new object of class 'Distribution Power Binding'.FixedFactorValueDimensionless
createFixedFactorValueDimensionless()
Returns a new object of class 'Fixed Factor Value Dimensionless'.FixedFactorValuePower
createFixedFactorValuePower()
Returns a new object of class 'Fixed Factor Value Power'.PowerBindingRepository
createPowerBindingRepository()
Returns a new object of class 'Power Binding Repository'.PowerStateBinding
createPowerStateBinding()
Returns a new object of class 'Power State Binding'.ResourcePowerBinding
createResourcePowerBinding()
Returns a new object of class 'Resource Power Binding'.StatefulResourcePowerBinding
createStatefulResourcePowerBinding()
Returns a new object of class 'Stateful Resource Power Binding'.TransitionStateBinding
createTransitionStateBinding()
Returns a new object of class 'Transition State Binding'.BindingPackage
getBindingPackage()
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 BindingFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createFixedFactorValuePower
FixedFactorValuePower createFixedFactorValuePower()
Returns a new object of class 'Fixed Factor Value Power'.- Returns:
- a new object of class 'Fixed Factor Value Power'.
- Generated class or method.
-
createPowerBindingRepository
PowerBindingRepository createPowerBindingRepository()
Returns a new object of class 'Power Binding Repository'.- Returns:
- a new object of class 'Power Binding Repository'.
- Generated class or method.
-
createResourcePowerBinding
ResourcePowerBinding createResourcePowerBinding()
Returns a new object of class 'Resource Power Binding'.- Returns:
- a new object of class 'Resource Power Binding'.
- Generated class or method.
-
createDistributionPowerBinding
DistributionPowerBinding createDistributionPowerBinding()
Returns a new object of class 'Distribution Power Binding'.- Returns:
- a new object of class 'Distribution Power Binding'.
- Generated class or method.
-
createStatefulResourcePowerBinding
StatefulResourcePowerBinding createStatefulResourcePowerBinding()
Returns a new object of class 'Stateful Resource Power Binding'.- Returns:
- a new object of class 'Stateful Resource Power Binding'.
- Generated class or method.
-
createPowerStateBinding
PowerStateBinding createPowerStateBinding()
Returns a new object of class 'Power State Binding'.- Returns:
- a new object of class 'Power State Binding'.
- Generated class or method.
-
createTransitionStateBinding
TransitionStateBinding createTransitionStateBinding()
Returns a new object of class 'Transition State Binding'.- Returns:
- a new object of class 'Transition State Binding'.
- Generated class or method.
-
createFixedFactorValueDimensionless
FixedFactorValueDimensionless createFixedFactorValueDimensionless()
Returns a new object of class 'Fixed Factor Value Dimensionless'.- Returns:
- a new object of class 'Fixed Factor Value Dimensionless'.
- Generated class or method.
-
createConsumptionBehavior
ConsumptionBehavior createConsumptionBehavior()
Returns a new object of class 'Consumption Behavior'.- Returns:
- a new object of class 'Consumption Behavior'.
- Generated class or method.
-
getBindingPackage
BindingPackage getBindingPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-