Interface ResultEntitySource
- All Known Implementing Classes:
CsvResultEntitySource
ResultEntity
container
from .csv files.- Since:
- 22 June 2021
-
Method Summary
Modifier and TypeMethodDescriptionReturns a unique set ofBmResult
instances.Returns a unique set ofChpResult
instances.Returns a unique set ofCylindricalStorageResult
instances.Returns a unique set ofEmResult
instances.Returns a unique set ofEvcsResult
instances.Returns a unique set ofEvResult
instances.Returns a unique set ofFixedFeedInResult
instances.Returns a unique set ofFlexOptionsResult
instances.Returns a unique set ofHpResult
instances.Returns a unique set ofLineResult
instances.Returns a unique set ofLoadResult
instances.Returns a unique set ofNodeResult
instances.Returns a unique set ofPvResult
instances.Returns a unique set ofStorageResult
instances.Returns a unique set ofSwitchResult
instances.Returns a unique set ofThermalHouseResult
instances.Returns a unique set ofTransformer2WResult
instances.Returns a unique set ofTransformer3WResult
instances.Returns a unique set ofWecResult
instances.
-
Method Details
-
getNodeResults
Set<NodeResult> getNodeResults()Returns a unique set ofNodeResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedNodeResult
which has to be checked manually, asNodeResult.equals(Object)
is NOT restricted by the uuid ofNodeResult
.- Returns:
- a set of object and uuid unique
NodeResult
entities
-
getSwitchResults
Set<SwitchResult> getSwitchResults()Returns a unique set ofSwitchResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedSwitchResult
which has to be checked manually, asSwitchResult.equals(Object)
is NOT restricted by the uuid ofSwitchResult
.- Returns:
- a set of object and uuid unique
SwitchResult
entities
-
getLineResults
Set<LineResult> getLineResults()Returns a unique set ofLineResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedLineResult
which has to be checked manually, asConnectorResult.equals(Object)
is NOT restricted by the uuid ofLineResult
.- Returns:
- a set of object and uuid unique
LineResult
entities
-
getTransformer2WResultResults
Set<Transformer2WResult> getTransformer2WResultResults()Returns a unique set ofTransformer2WResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedTransformer2WResult
which has to be checked manually, asTransformerResult.equals(Object)
is NOT restricted by the uuid ofTransformer2WResult
.- Returns:
- a set of object and uuid unique
Transformer2WResult
entities
-
getTransformer3WResultResults
Set<Transformer3WResult> getTransformer3WResultResults()Returns a unique set ofTransformer3WResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedTransformer3WResult
which has to be checked manually, asTransformer3WResult.equals(Object)
is NOT restricted by the uuid ofTransformer3WResult
.- Returns:
- a set of object and uuid unique
Transformer3WResult
entities
-
getFlexOptionsResults
Set<FlexOptionsResult> getFlexOptionsResults()Returns a unique set ofFlexOptionsResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedFlexOptionsResult
which has to be checked manually, asFlexOptionsResult.equals(Object)
is NOT restricted by the uuid ofFlexOptionsResult
.- Returns:
- a set of object and uuid unique
FlexOptionsResult
entities
-
getLoadResults
Set<LoadResult> getLoadResults()Returns a unique set ofLoadResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedLoadResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofLoadResult
.- Returns:
- a set of object and uuid unique
LoadResult
entities
-
getPvResults
Returns a unique set ofPvResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedPvResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofPvResult
.- Returns:
- a set of object and uuid unique
PvResult
entities
-
getFixedFeedInResults
Set<FixedFeedInResult> getFixedFeedInResults()Returns a unique set ofFixedFeedInResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedFixedFeedInResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofFixedFeedInResult
.- Returns:
- a set of object and uuid unique
FixedFeedInResult
entities
-
getBmResults
Returns a unique set ofBmResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedBmResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofBmResult
.- Returns:
- a set of object and uuid unique
BmResult
entities
-
getChpResults
Returns a unique set ofChpResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedChpResult
which has to be checked manually, asSystemParticipantWithHeatResult.equals(Object)
is NOT restricted by the uuid ofChpResult
.- Returns:
- a set of object and uuid unique
ChpResult
entities
-
getWecResults
Returns a unique set ofWecResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedWecResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofWecResult
.- Returns:
- a set of object and uuid unique
WecResult
entities
-
getStorageResults
Set<StorageResult> getStorageResults()Returns a unique set ofStorageResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedStorageResult
which has to be checked manually, asElectricalEnergyStorageResult.equals(Object)
is NOT restricted by the uuid ofStorageResult
.- Returns:
- a set of object and uuid unique
StorageResult
entities
-
getEvcsResults
Set<EvcsResult> getEvcsResults()Returns a unique set ofEvcsResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedEvcsResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofEvcsResult
.- Returns:
- a set of object and uuid unique
EvcsResult
entities
-
getEvResults
Returns a unique set ofEvResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedEvResult
which has to be checked manually, asElectricalEnergyStorageResult.equals(Object)
is NOT restricted by the uuid ofEvResult
.- Returns:
- a set of object and uuid unique
EvResult
entities
-
getHpResults
Returns a unique set ofHpResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedHpResult
which has to be checked manually, asSystemParticipantWithHeatResult.equals(Object)
is NOT restricted by the uuid ofHpResult
.- Returns:
- a set of object and uuid unique
HpResult
entities
-
getCylindricalStorageResult
Set<CylindricalStorageResult> getCylindricalStorageResult()Returns a unique set ofCylindricalStorageResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedCylindricalStorageResult
which has to be checked manually, asCylindricalStorageResult.equals(Object)
is NOT restricted by the uuid ofCylindricalStorageResult
.- Returns:
- a set of object and uuid unique
CylindricalStorageResult
entities
-
getThermalHouseResults
Set<ThermalHouseResult> getThermalHouseResults()Returns a unique set ofThermalHouseResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedThermalHouseResult
which has to be checked manually, asThermalHouseResult.equals(Object)
is NOT restricted by the uuid ofThermalHouseResult
.- Returns:
- a set of object and uuid unique
ThermalHouseResult
entities
-
getEmResults
Returns a unique set ofEmResult
instances.This set has to be unique in the sense of object uniqueness but also in the sense of
UUID
uniqueness of the providedEmResult
which has to be checked manually, asSystemParticipantResult.equals(Object)
is NOT restricted by the uuid ofEmResult
.- Returns:
- a set of object and uuid unique
EmResult
entities
-