Class AbstractHalfLineBoundaryImpl

  • All Implemented Interfaces:
    Boundary

    public abstract class AbstractHalfLineBoundaryImpl
    extends Object
    implements Boundary
    Author:
    Miora Ralambotiana
    • Method Detail

      • getV

        public double getV()
        Description copied from interface: Boundary
        Get the voltage of the boundary fictitious bus.
        Specified by:
        getV in interface Boundary
      • getAngle

        public double getAngle()
        Description copied from interface: Boundary
        Get the angle of the boundary fictitious bus.
        Specified by:
        getAngle in interface Boundary
      • getP

        public double getP()
        Description copied from interface: Boundary
        Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
        Specified by:
        getP in interface Boundary
      • getQ

        public double getQ()
        Description copied from interface: Boundary
        Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
        Specified by:
        getQ in interface Boundary
      • getSide

        public Branch.Side getSide()
        Description copied from interface: Boundary
        A Boundary could be associated with one side of a branch to determine P and Q. Get the branch side the boundary refers to.
        Specified by:
        getSide in interface Boundary
      • getConnectable

        public abstract TieLine getConnectable()
        Description copied from interface: Boundary
        Get the equipment the boundary is associated to.
        Specified by:
        getConnectable in interface Boundary