Defines the extended type information for the fact slot
Namespace: IECSInterfaces
Delphi |
public |
Property Value
Type: IIEDefinedType
If the fact slot needs extra type information, such as minimum or maximum ranges or fuzzy values, the ExtendedTypeInfo defines it. This property overrides the SlotType property. If there is no extra type information, this property will be nil. If the Name of the extended type information is 'implicit', the type information is unique to the fact slot. Otherwise, the Type Definition is stored in the TInferenceEngine.DefinedTypes property |
Reference |