| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractPowerConsumingResource
A representation of the model object '
Abstract Power Consuming Resource'.
|
interface |
MountedPowerDistributionUnit
A representation of the model object '
Mounted Power Distribution Unit'.
|
interface |
PowerConsumingProvidingEntity
A representation of the model object '
Power Consuming Providing Entity'.
|
interface |
PowerConsumingResource
A representation of the model object '
Power Consuming Resource'.
|
interface |
PowerDistributionUnit
A representation of the model object '
Power Distribution Unit'.
|
interface |
StatefulPowerConsumingResource
A representation of the model object '
Stateful Power Consuming Resource'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<PowerConsumingEntity> |
PowerProvidingEntity.getNestedPowerConsumingEntities()
Returns the value of the 'Nested Power Consuming Entities' containment
reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPowerConsumingResourceImpl
An implementation of the model object '
Abstract Power Consuming Resource'.
|
class |
MountedPowerDistributionUnitImpl
An implementation of the model object '
Mounted Power Distribution Unit'.
|
class |
PowerConsumingEntityImpl
An implementation of the model object '
Power Consuming Entity'.
|
class |
PowerConsumingProvidingEntityImpl
An implementation of the model object '
Power Consuming Providing Entity'.
|
class |
PowerConsumingResourceImpl
An implementation of the model object '
Power Consuming Resource'.
|
class |
PowerDistributionUnitImpl
An implementation of the model object '
Power Distribution Unit'.
|
class |
StatefulPowerConsumingResourceImpl
An implementation of the model object '
Stateful Power Consuming Resource'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<PowerConsumingEntity> |
PowerConsumingProvidingEntityImpl.getNestedPowerConsumingEntities() |
EList<PowerConsumingEntity> |
PowerProvidingEntityImpl.getNestedPowerConsumingEntities() |
| Modifier and Type | Method and Description |
|---|---|
T |
InfrastructureSwitch.casePowerConsumingEntity(PowerConsumingEntity object)
Returns the result of interpreting the object as an instance of '
Power Consuming Entity'.
|
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
PowerConsumptionSwitch.casePowerConsumingEntity(PowerConsumingEntity powerConsumingEntity)
Evaluates the power consumption of a PowerConsumingEntity.
|
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
ConsumptionContext.evaluateDistributionPowerConsumption(PowerConsumingProvidingEntity powerConsumingProvidingEntity,
Map<PowerConsumingEntity,org.jscience.physics.amount.Amount<javax.measure.quantity.Power>> consumers)
Evaluates the consumed power which is supplied by the given power providing entity.
|
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
ExpressionOasisDistributionPowerModelCalculator.calculate(Map<PowerConsumingEntity,org.jscience.physics.amount.Amount<javax.measure.quantity.Power>> outletConsumptions) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
AbstractDistributionPowerModelCalculator.calculate(Map<PowerConsumingEntity,org.jscience.physics.amount.Amount<javax.measure.quantity.Power>> outletConsumptions)
Calculates the power consumption based on the power consumption measured or evaluated for a
set of outlets of the
PowerProvidingEntity. |
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
LinearPassthroughCalculator.calculate(Map<PowerConsumingEntity,org.jscience.physics.amount.Amount<javax.measure.quantity.Power>> outletConsumptions) |