- inline QList<char> getConsumptionPattern() { return consumptionPattern; }
- inline QList<char> getProductionPattern() { return productionPattern; }
- inline QList<char> getOutputPattern() { return outputPattern; }
-
- //virtual QList<AbstractInterface*> getConnectedTo() = 0;
-
- /* NB: only GroupInterface and FunctionalInterface have a connectedFrom, so
- defining getConnectedFrom as pure virtual is normal, usefull even though it is ugly :-)
- */
- virtual AbstractInterface* getConnectedFrom() = 0;