| 90 | }; |
| 91 | |
| 92 | class ArrayVariableInterface : public Variable { |
| 93 | public: |
| 94 | virtual bool isMatrix() = 0; |
| 95 | virtual bool isVector() = 0; |
| 96 | virtual ~ArrayVariableInterface() {} |
| 97 | }; |
| 98 | |
| 99 | /** |
| 100 | * @internal |
nothing calls this directly
no outgoing calls
no test coverage detected