Skip to content

Commit

Permalink
Bindings for requirement modeling support
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaRB authored and OpenModelica-Hudson committed Feb 1, 2016
1 parent 5896287 commit e2d5aa8
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -2181,6 +2181,13 @@ external "builtin";
annotation(preferredView="text");
end exportToFigaro;

function inferBindings
input TypeName path;
output Boolean success;
external "builtin";
annotation(preferredView="text");
end inferBindings;

public function rewriteBlockCall "Function for property modeling, transforms block calls into instantiations for a loaded model"
input TypeName className;
input TypeName inDefs;
Expand Down

0 comments on commit e2d5aa8

Please sign in to comment.