Class ConnectorInputEntityData
java.lang.Object
edu.ie3.datamodel.io.factory.FactoryData
edu.ie3.datamodel.io.factory.EntityData
edu.ie3.datamodel.io.factory.input.AssetInputEntityData
edu.ie3.datamodel.io.factory.input.ConnectorInputEntityData
- Direct Known Subclasses:
TypedConnectorInputEntityData
Data used by
ConnectorInputEntityFactory
to create an instance of ConnectorInput
, thus needing additional information
about the NodeInput
, which cannot be provided through the
attribute map.-
Constructor Summary
ConstructorDescriptionConnectorInputEntityData
(Map<String, String> fieldsToAttributes, Class<? extends UniqueEntity> entityClass, NodeInput nodeA, NodeInput nodeB) ConnectorInputEntityData
(Map<String, String> fieldsToAttributes, Class<? extends UniqueEntity> entityClass, OperatorInput operator, NodeInput nodeA, NodeInput nodeB) -
Method Summary
Methods inherited from class edu.ie3.datamodel.io.factory.input.AssetInputEntityData
getOperatorInput
Methods inherited from class edu.ie3.datamodel.io.factory.EntityData
getBoolean, getLineString, getPoint, getTargetClass, getVoltageLvl
Methods inherited from class edu.ie3.datamodel.io.factory.FactoryData
containsKey, getDouble, getField, getFieldOptional, getFieldsToValues, getInt, getQuantity, getUUID, getUUIDs
-
Constructor Details
-
ConnectorInputEntityData
-
ConnectorInputEntityData
public ConnectorInputEntityData(Map<String, String> fieldsToAttributes, Class<? extends UniqueEntity> entityClass, OperatorInput operator, NodeInput nodeA, NodeInput nodeB)
-
-
Method Details
-
getNodeA
-
getNodeB
-
equals
- Overrides:
equals
in classAssetInputEntityData
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAssetInputEntityData
-
toString
- Overrides:
toString
in classAssetInputEntityData
-