Class SwitchPredicates

java.lang.Object
com.powsybl.iidm.network.util.SwitchPredicates

public final class SwitchPredicates extends Object
Author:
Nicolas Rol <nicolas.rol at rte-france.com>
  • Field Details

    • IS_NONFICTIONAL_CLOSED_BREAKER

      public static final Predicate<Switch> IS_NONFICTIONAL_CLOSED_BREAKER
    • IS_NONFICTIONAL_BREAKER

      public static final Predicate<Switch> IS_NONFICTIONAL_BREAKER
    • IS_CLOSED_BREAKER

      public static final Predicate<Switch> IS_CLOSED_BREAKER
    • IS_BREAKER_OR_DISCONNECTOR

      public static final Predicate<Switch> IS_BREAKER_OR_DISCONNECTOR
    • IS_OPEN_DISCONNECTOR

      public static final Predicate<Switch> IS_OPEN_DISCONNECTOR
    • IS_BREAKER

      public static final Predicate<Switch> IS_BREAKER
    • IS_NONFICTIONAL

      public static final Predicate<Switch> IS_NONFICTIONAL
    • IS_OPEN

      public static final Predicate<Switch> IS_OPEN
    • IS_NON_NULL

      public static final Predicate<Switch> IS_NON_NULL