Class RawGridElements

java.lang.Object
edu.ie3.datamodel.models.input.container.RawGridElements
All Implemented Interfaces:
InputContainer<AssetInput>, Serializable

public class RawGridElements extends Object implements InputContainer<AssetInput>
Represents the aggregation of raw grid elements (nodes, lines, transformers, switches)
See Also:
  • Constructor Details

  • Method Details

    • allEntitiesAsList

      public final List<AssetInput> allEntitiesAsList()
      Specified by:
      allEntitiesAsList in interface InputContainer<AssetInput>
      Returns:
      unmodifiable List of all entities
    • getNodes

      public Set<NodeInput> getNodes()
      Returns:
      unmodifiable ; of all three winding transformers in this grid
    • getLines

      public Set<LineInput> getLines()
      Returns:
      unmodifiable Set of all lines in this grid
    • getTransformer2Ws

      public Set<Transformer2WInput> getTransformer2Ws()
      Returns:
      unmodifiable Set of all two winding transformers in this grid
    • getTransformer3Ws

      public Set<Transformer3WInput> getTransformer3Ws()
      Returns:
      unmodifiable Set of all three winding transformers in this grid
    • getSwitches

      public Set<SwitchInput> getSwitches()
      Returns:
      unmodifiable Set of all switches in this grid
    • getMeasurementUnits

      public Set<MeasurementUnitInput> getMeasurementUnits()
      Returns:
      unmodifiable Set of all measurement units in this grid
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object