Package edu.ie3.datamodel.io.factory
Class SimpleEntityFactory<T extends UniqueEntity>
java.lang.Object
edu.ie3.datamodel.io.factory.Factory<T,D,T>
edu.ie3.datamodel.io.factory.EntityFactory<T,SimpleEntityData>
edu.ie3.datamodel.io.factory.SimpleEntityFactory<T>
- Direct Known Subclasses:
ConnectorResultFactory
,FlexOptionsResultFactory
,LineTypeInputFactory
,NodeResultFactory
,SwitchResultFactory
,SystemParticipantResultFactory
,SystemParticipantTypeInputFactory
,ThermalResultFactory
,Transformer2WTypeInputFactory
,Transformer3WTypeInputFactory
public abstract class SimpleEntityFactory<T extends UniqueEntity>
extends EntityFactory<T,SimpleEntityData>
Internal API Interface for Entities that can be build without any dependencies on other complex
pojos
- Since:
- 28.01.20
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
SimpleEntityFactory
(Class<? extends T>... allowedClasses) -
Method Summary
Methods inherited from class edu.ie3.datamodel.io.factory.Factory
buildModel, expandSet, get, getFields, getFieldsString, getSupportedClasses, newSet, validateParameters
-
Constructor Details
-
SimpleEntityFactory
-