Package edu.ie3.datamodel.io.factory.input
package edu.ie3.datamodel.io.factory.input
-
ClassDescriptionData used for the construction of
AssetInput
entities.Abstract factory class that can be extended in order for creatingAssetInput
entities withAssetInputEntityData
data objects.Data used byConnectorInputEntityFactory
to create an instance ofConnectorInput
, thus needing additional information about theNodeInput
, which cannot be provided through the attribute map.Data used by all factories used to create instances ofInputEntity
s holding oneNodeInput
entity, thus needing additional information about theNodeInput
, which cannot be provided through the attribute map.TypedConnectorInputEntityData<T extends AssetTypeInput>Data used for those classes ofConnectorInput
that need an instance of some type T ofTransformer2WTypeInput
as well.