skip to main content
Corticon Server: Integration & Deployment Guide : Configuring Corticon properties and settings : Corticon Studio properties
 

Try Corticon Now

Corticon Studio properties

The following properties are used by Corticon Studio.
Note: Studio properties are stored as a set of defaults in the CcStudio.properties file that is packaged in the CcConfig.jar. Each property's notes, options, and default value are listed in this section. You should always set override values in brms.properties file located at your work directory root -- or, in Studio, the preferred location specified in Preferences.
Specifies the size of the undo/redo stack. This number corresponds to the number of undo/redo operations the system will permit. Default is 3.
com.corticon.designer.undoredo.stack.size=3
------------------------------------------------------------
Determines the number of rows that are added to the end of a Rulesheet section when Rulesheet > Add Rows to End is selected from the Corticon Studio menubar or popup menu. Default is 10.
com.corticon.designer.corticon.insertrowstoend=10
------------------------------------------------------------
Determines the number of columns that are added to the end of a Rulesheet section when Rulesheet > Add Columns to End is selected from the Corticon Studio menubar or popup menu. Default is 10.
com.corticon.designer.corticon.insertcolumnstoend=10
------------------------------------------------------------
Determines the Namespace prefix to use when exporting Tester Data to XML/SOAP documents. There is no default value.
com.corticon.tester.namespace.prefix=
------------------------------------------------------------
Default character encoding for Corticon Studio objects, such as Vocabulary, Rulesheet and Ruletest XML files. Examples: UTF-8, UTF-16, ISO-8859-1, US-ASCII. Default value is UTF-8.
com.corticon.encoding.standard=UTF-8
------------------------------------------------------------
Determines whether Conditional rule column value sets are automatically converted to their logically equivalent negated form upon Rulesheet collapse or compression. This is done in order to compress the value set down to a more manageable size. If the flag is set to true and a value set contains at least 2/3 of the possible Values for the condition then the system converts it to the negated form.
com.corticon.designer.valuesets.compressLargeSetsUsingNot=false
------------------------------------------------------------
Determines whether Vocabulary property values are read-only when the Vocabulary is in edit mode. Read-only values are displayed with a light gray background to differentiate them from modifiable values. Read-only true means values are not modifiable. Read-only false means values are modifiable. Default value: true.
xmi.import.ecore.readonlyflag.default=true
------------------------------------------------------------
Determines whether serialized versions of emf resources use Universally Unique IDs (UUIDs AKA GUIDs) or URI strings to reference other serialized elements. One reason to use UUIDs is to keep related resources in sync if they are moved to different locations. Use of URI strings will only work if the elements are always kept in the same relative locations. The value true means, yes, use UUIDs, while the value false means use URI strings. Default value: false.
com.corticon.eclipse.platform.io.useuuids=false
------------------------------------------------------------
Specifies the max number of Decision Services generated through Tester API that can reside on the Server at one time. Default value is 15.
com.corticon.tester.ccserver.maxdecisionservices=15
------------------------------------------------------------
Specifies whether the logic used to localize rule expressions will be invoked (true) or not (false). Default value is true.
com.corticon.localize.expressions=true
------------------------------------------------------------
Specifies whether test tree node association text will display domain and target entity type information. Default value is true.
com.corticon.tester.associations.includedomainandtype=true
------------------------------------------------------------
Specifies what current Date Data that will be mapped to a 4.1 Date Datatype, which does not contain a Subtype. Default value is Full DateTime. Other options include Date Only and Time Only.
com.corticon.studio.migration.datesubtype.default=Full DateTime
------------------------------------------------------------
Specifies the number of visible rows in a Drop Down Combo Box. Default value is 10.
com.corticon.eclipse.ui.dropdowns.visiblerows=10
------------------------------------------------------------
Sets the Studio Test's XML messaging style:
*Hier (hierarchical)
*Flat
*Autodetect
Default value is Hier.
com.corticon.designer.tested.xmlmessagingstyle=Hier
These are the messaging styles selectable in the Deployment Descriptor file, described in Functions of the Deployment Console tool.
------------------------------------------------------------
Set the font type and size used by the Graphic Visualizer. Default values are arial.ttc and 10, respectively.
com.corticon.crml.CrmlGraphVisualizer.fontname=msgothic.ttc
com.corticon.crml.CrmlGraphVisualizer.fontsize=10
------------------------------------------------------------
Specifies whether columns added via the Completeness Checker will be automatically sized based on the data in the columns. Default value is true.
com.corticon.eclipse.ui.completeness.check.autosize=true
------------------------------------------------------------
Specifies how the Rule Messages will be displayed in the Tester after execution. based on the data in the columns. Options are ExecutionOrder, Severity, and Entity. Default value is ExecutionOrder.
com.corticon.tester.result.messages.sorting=ExecutionOrder
------------------------------------------------------------
Specifies the data format the Tester Input Tree will be converted to and sent for execution. Possible values are XML and JSON. Default value is XML.
com.corticon.tester.ccserver.execute.format=XML
------------------------------------------------------------
Specifies whether String attribute values should be trimmed in the Tester Expected tree. When set to false, suppresses trimming of leading and trailing whitespaces..
Default value is true.
com.corticon.tester.trimstringvalues=true