| Package | Description |
|---|---|
| de.fzi.power.infrastructure | |
| de.fzi.power.infrastructure.impl | |
| de.fzi.power.infrastructure.util | |
| de.fzi.power.interpreter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MountedPowerDistributionUnit
A representation of the model object '
Mounted Power Distribution Unit'.
|
interface |
PowerDistributionUnit
A representation of the model object '
Power Distribution Unit'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MountedPowerDistributionUnitImpl
An implementation of the model object '
Mounted Power Distribution Unit'.
|
class |
PowerConsumingProvidingEntityImpl
An implementation of the model object '
Power Consuming Providing Entity'.
|
class |
PowerDistributionUnitImpl
An implementation of the model object '
Power Distribution Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
InfrastructureSwitch.casePowerConsumingProvidingEntity(PowerConsumingProvidingEntity object)
Returns the result of interpreting the object as an instance of '
Power Consuming Providing Entity'.
|
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
PowerConsumptionSwitch.casePowerConsumingProvidingEntity(PowerConsumingProvidingEntity providingConsumingEntity)
Evaluates the power consumption of all elements connected to a PowerConsumingProvidingEntity.
|
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.
|