
Public Member Functions | |
| void | addMatchingPair (MatchingPair m) |
| ArrayList< FVariable > | activeVariables () |
| ArrayList< FAbstractEquation > | equations () |
| boolean | isSolvable () |
| AbstractEquationBlock | createSolvedEquationBlock () |
| boolean | containsDerivative () |
| String | toString () |
| void | genBlockResidualFunction_CAD (int block_counter, boolean inInit, String indent, PrintStream str) |
| void | genBlock_CAD (int i, boolean inInitial, String indent, PrintStream str) |
| void | genBlockResidualFunction_C (int block_counter, boolean inInit, String indent, PrintStream str) |
| void | genBlockAddCall_C (int block_counter, boolean inInit, String indent, PrintStream str) |
Protected Attributes | |
| ArrayList< MatchingPair > | matchingPairs = new ArrayList<MatchingPair>() |
class :0
| ArrayList<FVariable> org.jmodelica.modelica.compiler.EquationBlock.activeVariables | ( | ) | [virtual] |
| void org.jmodelica.modelica.compiler.EquationBlock.addMatchingPair | ( | MatchingPair | m | ) |
| boolean org.jmodelica.modelica.compiler.EquationBlock.containsDerivative | ( | ) |
| AbstractEquationBlock org.jmodelica.modelica.compiler.EquationBlock.createSolvedEquationBlock | ( | ) |
| ArrayList<FAbstractEquation> org.jmodelica.modelica.compiler.EquationBlock.equations | ( | ) | [virtual] |
| void org.jmodelica.modelica.compiler.EquationBlock.genBlock_CAD | ( | int | i, | |
| boolean | inInitial, | |||
| String | indent, | |||
| PrintStream | str | |||
| ) |
Reimplemented from org.jmodelica.modelica.compiler.AbstractEquationBlock.
| void org.jmodelica.modelica.compiler.EquationBlock.genBlockAddCall_C | ( | int | block_counter, | |
| boolean | inInit, | |||
| String | indent, | |||
| PrintStream | str | |||
| ) |
Reimplemented from org.jmodelica.modelica.compiler.AbstractEquationBlock.
Reimplemented in org.jmodelica.modelica.compiler.MixedEquationBlock.
| void org.jmodelica.modelica.compiler.EquationBlock.genBlockResidualFunction_C | ( | int | block_counter, | |
| boolean | inInit, | |||
| String | indent, | |||
| PrintStream | str | |||
| ) |
Reimplemented from org.jmodelica.modelica.compiler.AbstractEquationBlock.
Reimplemented in org.jmodelica.modelica.compiler.MixedEquationBlock.
| void org.jmodelica.modelica.compiler.EquationBlock.genBlockResidualFunction_CAD | ( | int | block_counter, | |
| boolean | inInit, | |||
| String | indent, | |||
| PrintStream | str | |||
| ) |
Reimplemented from org.jmodelica.modelica.compiler.AbstractEquationBlock.
| boolean org.jmodelica.modelica.compiler.EquationBlock.isSolvable | ( | ) | [virtual] |
| String org.jmodelica.modelica.compiler.EquationBlock.toString | ( | ) | [virtual] |
Implements org.jmodelica.modelica.compiler.AbstractEquationBlock.
Reimplemented in org.jmodelica.modelica.compiler.MixedEquationBlock.
ArrayList<MatchingPair> org.jmodelica.modelica.compiler.EquationBlock.matchingPairs = new ArrayList<MatchingPair>() [protected] |
1.5.8