Interface NetworkPredicate

All Known Implementing Classes:
DefaultNetworkPredicate, IdentifierNetworkPredicate, NominalVoltageNetworkPredicate, SubNetworkPredicate

public interface NetworkPredicate
Author:
Mathieu Bague <mathieu.bague at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Substation substation)
    Return true if the given Substation should be kept in the network, false otherwise
    boolean
    test(VoltageLevel voltageLevel)
    Return true if the given VoltageLevel should be kept in the network, false otherwise
  • Method Details

    • test

      boolean test(Substation substation)
      Return true if the given Substation should be kept in the network, false otherwise
    • test

      boolean test(VoltageLevel voltageLevel)
      Return true if the given VoltageLevel should be kept in the network, false otherwise