Class ShortCircuitAnalysisResult

    • Constructor Detail

      • ShortCircuitAnalysisResult

        public ShortCircuitAnalysisResult​(List<FaultResult> faultResults)
    • Method Detail

      • getFaultResults

        public List<FaultResult> getFaultResults()
        The associated fault results.
      • getFaultResult

        public FaultResult getFaultResult​(String id)
        Get a computation result associated to a given fault ID
        Parameters:
        id - the ID of the considered fault.
        Returns:
        the computation result associated to a given fault ID.
      • getFaultResults

        public List<FaultResult> getFaultResults​(String elementId)
        Get a list of computation result associated to a given fault element ID
        Parameters:
        elementId - the ID of the considered element.
        Returns:
        the computation result associated to a given element ID.