Class SubGridContainer
java.lang.Object
edu.ie3.datamodel.models.input.container.GridContainer
edu.ie3.datamodel.models.input.container.SubGridContainer
- All Implemented Interfaces:
InputContainer<InputEntity>
,Serializable
Represents the accumulation of all data needed to create one galvanically complete single grid
- See Also:
-
Field Summary
Fields inherited from class edu.ie3.datamodel.models.input.container.GridContainer
graphics, gridName, rawGrid, systemParticipants
-
Constructor Summary
ConstructorDescriptionSubGridContainer
(String gridName, int subnet, RawGridElements rawGrid, SystemParticipants systemParticipants, GraphicElements graphics) -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.input.container.GridContainer
allEntitiesAsList, getGraphics, getGridName, getRawGrid, getSystemParticipants
-
Constructor Details
-
SubGridContainer
public SubGridContainer(String gridName, int subnet, RawGridElements rawGrid, SystemParticipants systemParticipants, GraphicElements graphics)
-
-
Method Details
-
getSubnet
public int getSubnet() -
getPredominantVoltageLevel
-
equals
- Overrides:
equals
in classGridContainer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGridContainer
-
toString
- Overrides:
toString
in classGridContainer
-