Class CylindricalStorageInputFactory
java.lang.Object
edu.ie3.datamodel.io.factory.Factory<T,D,T>
edu.ie3.datamodel.io.factory.EntityFactory<T,D>
edu.ie3.datamodel.io.factory.input.AssetInputEntityFactory<CylindricalStorageInput,ThermalUnitInputEntityData>
edu.ie3.datamodel.io.factory.input.CylindricalStorageInputFactory
public class CylindricalStorageInputFactory
extends AssetInputEntityFactory<CylindricalStorageInput,ThermalUnitInputEntityData>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CylindricalStorageInput
buildModel
(ThermalUnitInputEntityData data, UUID uuid, String id, OperatorInput operator, OperationTime operationTime) Creates asset input entity with given parametersprotected String[]
Returns fields other than the required fields ofSystemParticipantInput
that have to be present.Methods inherited from class edu.ie3.datamodel.io.factory.input.AssetInputEntityFactory
buildModel, getFields
Methods inherited from class edu.ie3.datamodel.io.factory.Factory
expandSet, get, getFieldsString, getSupportedClasses, newSet, validateParameters
-
Constructor Details
-
CylindricalStorageInputFactory
public CylindricalStorageInputFactory()
-
-
Method Details
-
getAdditionalFields
Description copied from class:AssetInputEntityFactory
Returns fields other than the required fields ofSystemParticipantInput
that have to be present.- Specified by:
getAdditionalFields
in classAssetInputEntityFactory<CylindricalStorageInput,
ThermalUnitInputEntityData> - Returns:
- Array of field names, can be empty but not null
-
buildModel
protected CylindricalStorageInput buildModel(ThermalUnitInputEntityData data, UUID uuid, String id, OperatorInput operator, OperationTime operationTime) Description copied from class:AssetInputEntityFactory
Creates asset input entity with given parameters- Specified by:
buildModel
in classAssetInputEntityFactory<CylindricalStorageInput,
ThermalUnitInputEntityData> - Parameters:
data
- entity datauuid
- UUID of the input entityid
- IDoperator
- Operator of the assetoperationTime
- time in which the entity is operated- Returns:
- newly created asset object
-