Package de.fzi.power.specification
Interface PowerModelSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Subinterfaces:
BlackBoxDistributionPowerModelSpecification
,BlackBoxPowerModelSpecification
,BlackBoxResourcePowerModelSpecification
,DeclarativeDistributionPowerModelSpecification
,DeclarativePowerModelSpecification
,DeclarativeResourceModelSpecification
,DeclarativeResourcePowerModelSpecification
,DistributionPowerModelSpecification
,ResourcePowerModelSpecification
- All Known Implementing Classes:
BlackBoxDistributionPowerModelSpecificationImpl
,BlackBoxPowerModelSpecificationImpl
,BlackBoxResourcePowerModelSpecificationImpl
,DeclarativeDistributionPowerModelSpecificationImpl
,DeclarativePowerModelSpecificationImpl
,DeclarativeResourcePowerModelSpecificationImpl
,DistributionPowerModelSpecificationImpl
,PowerModelSpecificationImpl
,ResourcePowerModelSpecificationImpl
public interface PowerModelSpecification extends Entity
A representation of the model object ' Power Model Specification'.The following features are supported:
- See Also:
SpecificationPackage.getPowerModelSpecification()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ConsumptionFactor>
getConsumptionFactors()
Returns the value of the 'Consumption Factors' containment reference list.PowerModelRepository
getPowermodelrepository()
Returns the value of the 'Powermodelrepository' container reference.void
setPowermodelrepository(PowerModelRepository value)
Sets the value of the 'Powermodelrepository
' container reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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 de.fzi.power.util.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPowermodelrepository
PowerModelRepository getPowermodelrepository()
Returns the value of the 'Powermodelrepository' container reference. It is bidirectional and its opposite is 'Power Model Specifications
'.If the meaning of the 'Powermodelrepository' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Powermodelrepository' container reference.
- See Also:
setPowermodelrepository(PowerModelRepository)
,SpecificationPackage.getPowerModelSpecification_Powermodelrepository()
,PowerModelRepository.getPowerModelSpecifications()
- Generated class or method.
- EMF model class or method.
- opposite="powerModelSpecifications" transient="false"
-
setPowermodelrepository
void setPowermodelrepository(PowerModelRepository value)
Sets the value of the 'Powermodelrepository
' container reference.- Parameters:
value
- the new value of the 'Powermodelrepository' container reference.- See Also:
getPowermodelrepository()
- Generated class or method.
-
getConsumptionFactors
EList<ConsumptionFactor> getConsumptionFactors()
Returns the value of the 'Consumption Factors' containment reference list. The list contents are of typeConsumptionFactor
. It is bidirectional and its opposite is 'Power Model
'.If the meaning of the 'Consumption Factors' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Consumption Factors' containment reference list.
- See Also:
SpecificationPackage.getPowerModelSpecification_ConsumptionFactors()
,ConsumptionFactor.getPowerModel()
- Generated class or method.
- EMF model class or method.
- opposite="powerModel" containment="true"
-
-