]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
The actual version works with complex box automatic generated from selected boxes...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 74da5f6546421cd8d7db8db858be0b5665f1c37b..a45910235a0d3fd33297bff3310c030f343be1b9 100644 (file)
@@ -78,6 +78,12 @@ namespace bbtk
                void setValueToInputPort(int pos,std::string value);
                void setValueToInput(std::string name,std::string value);
 
+               std::string getValueInputPort(int pos);
+               std::string getValueInput(std::string name);
+
+               std::vector<int> getConnectedInputs();
+               std::vector<int> getConnectedOutputs();
+
        private:
 
                //Private Attributes