Package de.fzi.power.infrastructure
Interface InfrastructureFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
InfrastructureFactoryImpl
public interface InfrastructureFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
InfrastructurePackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static InfrastructureFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MountedPowerDistributionUnit
createMountedPowerDistributionUnit()
Returns a new object of class 'Mounted Power Distribution Unit'.PowerConsumingResourceSet
createPowerConsumingResourceSet()
Returns a new object of class 'Power Consuming Resource Set'.PowerDistributionUnit
createPowerDistributionUnit()
Returns a new object of class 'Power Distribution Unit'.PowerInfrastructureRepository
createPowerInfrastructureRepository()
Returns a new object of class 'Power Infrastructure Repository'.StatefulPowerConsumingResourceSet
createStatefulPowerConsumingResourceSet()
Returns a new object of class 'Stateful Power Consuming Resource Set'.InfrastructurePackage
getInfrastructurePackage()
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 InfrastructureFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createPowerDistributionUnit
PowerDistributionUnit createPowerDistributionUnit()
Returns a new object of class 'Power Distribution Unit'.- Returns:
- a new object of class 'Power Distribution Unit'.
- Generated class or method.
-
createMountedPowerDistributionUnit
MountedPowerDistributionUnit createMountedPowerDistributionUnit()
Returns a new object of class 'Mounted Power Distribution Unit'.- Returns:
- a new object of class 'Mounted Power Distribution Unit'.
- Generated class or method.
-
createPowerInfrastructureRepository
PowerInfrastructureRepository createPowerInfrastructureRepository()
Returns a new object of class 'Power Infrastructure Repository'.- Returns:
- a new object of class 'Power Infrastructure Repository'.
- Generated class or method.
-
createStatefulPowerConsumingResourceSet
StatefulPowerConsumingResourceSet createStatefulPowerConsumingResourceSet()
Returns a new object of class 'Stateful Power Consuming Resource Set'.- Returns:
- a new object of class 'Stateful Power Consuming Resource Set'.
- Generated class or method.
-
createPowerConsumingResourceSet
PowerConsumingResourceSet createPowerConsumingResourceSet()
Returns a new object of class 'Power Consuming Resource Set'.- Returns:
- a new object of class 'Power Consuming Resource Set'.
- Generated class or method.
-
getInfrastructurePackage
InfrastructurePackage getInfrastructurePackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-