Class FlexOptionsResultFactory
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>
edu.ie3.datamodel.io.factory.result.FlexOptionsResultFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlexOptionsResultFactory(String dtfPattern) Create a new factory to buildFlexOptionsResults and utilize the given date time formatter pattern to parse date time strings -
Method Summary
Modifier and TypeMethodDescriptionprotected FlexOptionsResultbuildModel(SimpleEntityData data) Builds model with data from givenFactoryDataobject.getFields(SimpleEntityData data) Returns list of sets of attribute names that the entity requires to be built.Methods inherited from class edu.ie3.datamodel.io.factory.Factory
expandSet, get, getFieldsString, getSupportedClasses, newSet, validateParameters
-
Field Details
-
ENTITY_UUID
- See Also:
-
TIME
- See Also:
-
INPUT_MODEL
- See Also:
-
timeUtil
protected final edu.ie3.util.TimeUtil timeUtil
-
-
Constructor Details
-
FlexOptionsResultFactory
public FlexOptionsResultFactory() -
FlexOptionsResultFactory
Create a new factory to buildFlexOptionsResults and utilize the given date time formatter pattern to parse date time strings- Parameters:
dtfPattern- Pattern to parse date time strings
-
-
Method Details
-
getFields
Description copied from class:FactoryReturns list of sets of attribute names that the entity requires to be built. At least one of these sets needs to be delivered for entity creation to be successful.- Specified by:
getFieldsin classFactory<FlexOptionsResult,SimpleEntityData, FlexOptionsResult> - Parameters:
data- EntityData (or subclass) containing the data- Returns:
- list of possible attribute sets
-
buildModel
Description copied from class:FactoryBuilds model with data from givenFactoryDataobject. ThrowsFactoryExceptionif something goes wrong.- Specified by:
buildModelin classFactory<FlexOptionsResult,SimpleEntityData, FlexOptionsResult> - Parameters:
data-FactoryData(or subclass) containing the data- Returns:
- model created from data
-