Build a Rulesheet
- Last Updated: October 10, 2025
- 2 minute read
- Corticon
- Version 7.2
- Version 7.1
- Corticon.js
- Version 2.3
A Rulesheet is a spreadsheet structure where you enter Conditions (IF statements), Actions (THEN statements), and values for them that define a rule in each column:
Rulesheets contain sections for specific parts of rules. Sets of
Conditions
and Actions
that are tied together
by vertical columns form rules.
Each column is a rule. For example, the rule in column 1
can be read as “if the cargo weighs
20000 kilos or less, then it must be packaged in a standard container’.
This column provides the model or implementation of the rule statement.
To create some rules using the Vocabulary, we need to get a new Rulesheet in our project:
- In Corticon Studio, right-click Tutorial and select New
> Rulesheet.

- In the Create New Rulesheet wizard, in the File Name
field type
Cargo, and click Next. - Ensure that
Cargo.ecore(under Tutorial) is selected as the Vocabulary to associate with your new Rulesheet, and then click Finish.
The Rulesheet opens in Corticon Studio.
A Rulesheet is like a decision table or spreadsheet. You can extend Rulesheets to model any kind of business logic—from simple to complex.