Class AbstractShuntFortescueCurrentEquationTerm

All Implemented Interfaces:
EquationTerm<AcVariableType,AcEquationType>, Evaluable
Direct Known Subclasses:
ShuntFortescueIxEquationTerm, ShuntFortescueIyEquationTerm

public abstract class AbstractShuntFortescueCurrentEquationTerm extends AbstractShuntFortescueEquationTerm
Author:
Jean-Baptiste Heyberger <jbheyberger at gmail.com>
  • Constructor Details

  • Method Details

    • getVariables

      public List<Variable<AcVariableType>> getVariables()
      Description copied from interface: EquationTerm
      Get the list of variable this equation term depends on.
      Returns:
      the list of variable this equation term depends on.