Salome HOME
First implementation of evalyfx.
[modules/yacs.git] / src / engine / Switch.hxx
index f8a7dc3a6434dc982f54400454a80c0797673d5f..4d6670d131dba2134f34380df6b9e83e4545796a 100644 (file)
@@ -115,6 +115,7 @@ namespace YACS
       InputPort *edGetConditionPort() { return &_condition; }
       void writeDot(std::ostream &os) const;
       int getNumberOfInputPorts() const;
+      int getMaxLevelOfParallelism() const;
       void edRemoveChild(Node *node) throw(Exception);
       std::list<InputPort *> getSetOfInputPort() const;
       std::list<InputPort *> getLocalInputPorts() const;