Package edu.ie3.datamodel.io.factory
package edu.ie3.datamodel.io.factory
-
ClassDescriptionInternal API Contains data that is needed by an
EntityFactory
to generate an entityUniversal factory class for creating entities withEntityData
data objects.Factory<C,D extends FactoryData, R> Abstract factory class, that is able to transfer specific "flat" information in to actual model class instances.Data used bySimpleEntityFactory
to create an instance of an entity than can be created based only on a mapping of fieldName to value.SimpleEntityFactory<T extends UniqueEntity>Internal API Interface for Entities that can be build without any dependencies on other complex pojosSimple class, that holds a mapping from key to value.