All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.f79630d85284a7f6dadc25c1d256af0a.js Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
ace.define("ace/snippets/drools",["require","exports","module"],(function(require,exports,e){"use strict";exports.snippetText='\nsnippet rule\n\trule "${1?:rule_name}"\n\twhen\n\t\t${2:// when...} \n\tthen\n\t\t${3:// then...}\n\tend\n\nsnippet query\n\tquery ${1?:query_name}\n\t\t${2:// find} \n\tend\n\t\nsnippet declare\n\tdeclare ${1?:type_name}\n\t\t${2:// attributes} \n\tend\n\n',exports.scope="drools"})),ace.require(["ace/snippets/drools"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy