Class GraphicInput
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.input.InputEntity
edu.ie3.datamodel.models.input.graphics.GraphicInput
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LineGraphicInput
,NodeGraphicInput
Describes the graphic data belonging to grid assets
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Abstract class for all builder that build child entities of abstract classGraphicInput
Nested classes/interfaces inherited from class edu.ie3.datamodel.models.UniqueEntity
UniqueEntity.UniqueEntityBuilder, UniqueEntity.UniqueEntityCopyBuilder<T extends UniqueEntity.UniqueEntityBuilder>
-
Field Summary
Fields inherited from class edu.ie3.datamodel.models.UniqueEntity
UUID_FIELD_NAME
-
Constructor Summary
ModifierConstructorDescriptionprotected
GraphicInput
(UUID uuid, String graphicLayer, org.locationtech.jts.geom.LineString path) -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuid
-
Constructor Details
-
GraphicInput
- Parameters:
uuid
- of the input entitygraphicLayer
- Description of the graphic layer, this graphic is located onpath
- A graphic representation as path
-
-
Method Details
-
getGraphicLayer
-
getPath
public org.locationtech.jts.geom.LineString getPath() -
equals
- Overrides:
equals
in classUniqueEntity
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUniqueEntity
-
toString
- Overrides:
toString
in classUniqueEntity
-