Package edu.ie3.datamodel.io.factory
Class SimpleEntityData
java.lang.Object
edu.ie3.datamodel.io.factory.FactoryData
edu.ie3.datamodel.io.factory.EntityData
edu.ie3.datamodel.io.factory.SimpleEntityData
Data used by
SimpleEntityFactory
to create an instance of an entity than can be created
based only on a mapping of fieldName to value. This class can be used whenever no additional data
is needed, but should not be used as parent class for extensions. Use EntityData
for
extensions instead.- Since:
- 28.01.20
-
Constructor Summary
ConstructorDescriptionSimpleEntityData
(Map<String, String> fieldsToAttributes, Class<? extends UniqueEntity> clazz) -
Method Summary
Methods inherited from class edu.ie3.datamodel.io.factory.EntityData
getBoolean, getLineString, getPoint, getTargetClass, getVoltageLvl, toString
Methods inherited from class edu.ie3.datamodel.io.factory.FactoryData
containsKey, equals, getDouble, getField, getFieldOptional, getFieldsToValues, getInt, getQuantity, getUUID, getUUIDs, hashCode
-
Constructor Details
-
SimpleEntityData
-