We teach what we know ... Software!
303.377.6176
call for a price quote

Enterprise Rule Applications

Structure Rule Language To aid in the ease of rule authoring, Blaze Software, now Fair Isaac, created the proprietary Structure Rule Language (SRL), an object-oriented programming language designed to enable those with little or no background in software development to pen rules. Although the capabilities of this language are far too extensive to detail in this article, we can... to read more -> Structured Rules Language (SRL)
The mainstay of a corporation is the data that it possesses. By data, I mean its customer base, information about the use of its products, employee roles and responsibilities, the development and maintenance of its product lines,... to read more -> An Object Model and the Data Dictionary
A business rule is the basic unit of rule processing in a Business Rule Management System (BRMS) and, as such, requires a fundamental understanding. Rules consist of a set of actions and a set of conditions whereby actions are the consequences of each condition statement being satisfied or true. With rare exception, conditions test the property values of objects taken from an object model... to read more -> The Templatization of Business Rules
  I suspect that many of you are familiar with the term "hard coding a value" whereby the age of an individual or their location is written into the condition (or action) of a business rule (in this case) as shown below: if customer.age > 21 and customer.city == 'denver' ... to read more -> Business Rule Management System