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
Nested ClassesModifier and TypeClassDescriptionprotected static classAbstract class for all builder that build child entities of abstract classGraphicInputNested 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
ConstructorsModifierConstructorDescriptionprotectedGraphicInput(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:
equalsin classUniqueEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classUniqueEntity
-
toString
- Overrides:
toStringin classUniqueEntity
-