Class FaultParameters


  • public class FaultParameters
    extends Object
    Author:
    Thomas Adam
    • Constructor Detail

      • FaultParameters

        public FaultParameters​(String id,
                               boolean withLimitViolations,
                               boolean withVoltageMap,
                               boolean withFeederResult,
                               StudyType studyType,
                               double minVoltageDropProportionalThreshold)
    • Method Detail

      • getId

        public String getId()
        Fault id
      • isWithLimitViolations

        public boolean isWithLimitViolations()
        Whether the result should indicate a limit violation
      • isWithVoltageMap

        public boolean isWithVoltageMap()
        Whether the results should include the voltage map on the whole network
      • isWithFeederResult

        public boolean isWithFeederResult()
        Override general parameter withFeederResult from ShortCircuitParameters
      • getMinVoltageDropProportionalThreshold

        public double getMinVoltageDropProportionalThreshold()
        Override general parameter minVoltageDropProportionalThreshold from ShortCircuitParameters
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object