Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
10.7. Declaring New Types
To declare a new type, the keyword
declare
is used, followed by the list of fields and the keyword end
. A new fact must have a list of fields, otherwise the engine will look for an existing fact class in the classpath and raise an error if not found.