Package de.fzi.power.specification
Interface DeclarativePowerModelSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PowerModelSpecification
- All Known Subinterfaces:
DeclarativeDistributionPowerModelSpecification
,DeclarativeResourceModelSpecification
,DeclarativeResourcePowerModelSpecification
- All Known Implementing Classes:
DeclarativeDistributionPowerModelSpecificationImpl
,DeclarativePowerModelSpecificationImpl
,DeclarativeResourcePowerModelSpecificationImpl
public interface DeclarativePowerModelSpecification extends PowerModelSpecification
A representation of the model object ' Declarative Power Model Specification'.The following features are supported:
- See Also:
SpecificationPackage.getDeclarativePowerModelSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFunctionalExpression()
Returns the value of the 'Functional Expression' attribute.void
setFunctionalExpression(String value)
Sets the value of the 'Functional Expression
' attribute.-
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
-
Methods inherited from interface de.fzi.power.specification.PowerModelSpecification
getConsumptionFactors, getPowermodelrepository, setPowermodelrepository
-
-
-
-
Method Detail
-
getFunctionalExpression
String getFunctionalExpression()
Returns the value of the 'Functional Expression' attribute.If the meaning of the 'Functional Expression' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Functional Expression' attribute.
- See Also:
setFunctionalExpression(String)
,SpecificationPackage.getDeclarativePowerModelSpecification_FunctionalExpression()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setFunctionalExpression
void setFunctionalExpression(String value)
Sets the value of the 'Functional Expression
' attribute.- Parameters:
value
- the new value of the 'Functional Expression' attribute.- See Also:
getFunctionalExpression()
- Generated class or method.
-
-