Interface Observability<T>

All Known Subinterfaces:
BranchObservability<B>, InjectionObservability<I>
All Known Implementing Classes:
BranchObservabilityImpl, InjectionObservabilityImpl

public interface Observability<T>
Author:
Thomas Adam <tadam at silicom.fr>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    boolean that says if the equipment is observable or not.
    setObservable(boolean observable)
     
  • Method Details

    • isObservable

      boolean isObservable()
      boolean that says if the equipment is observable or not. The definition of observable regroups active power, reactive power, voltage and angle (one for all).
    • setObservable

      Observability<T> setObservable(boolean observable)