To access constants of certain classes in TCE, the following syntax applies:
::"ClassName".ConstantName
::"ClassName".ConstantGroup.ConstantName
If the class name does not contain spaces or special characters, the spelling is sufficient:
::ClassName.ConstantName
::ClassName.ConstantGroup.ConstantName
This allows you to bundle generally valid constants in a class in a knowledge base.