: Public abstract Interface
Created: |
23.5.2022 18.05.03 |
Modified: |
1.8.2022 13.54.00 |
|
Project: |
|
Author: |
Marko Kauppi |
Version: |
2015 |
Phase: |
IS |
Status: |
Approved |
Complexity: |
Easy |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{A8F290AA-32D9-4308-AE1B-7C70B4AE31A2} |
Appears In: |
Truth |
The root or truth classification trees. The only constant between the subclasses here is that 1.0 is TRUE, and 0.0 is FALSE. This makes Probability work nicely. Other algebraic tricks may be more appropriate to other version of "truth calculus", but for consistency sake, this value mapping should always be available. For example, the following semantic mappings to simple Booleans always work:<br/><br/>{truthValue() #gt; 0} = possibly true<br/>{truthValue() = 0} = never true<br/><br/>{truthValue() #lt; 1} = possibly false<br/>{truthValue() = 1} = never false<br/><br/>{truthValue() #lt; 1}AND{truthValue() #gt; 0} = uncertain<br/>
- Operations
- Tagged Values
- Advanced
- Other Links
Operation |
Public
truthValue():Real
|
 Details:
|
Tag |
Value |
persistence |
persistent |
 Details:
|
Property |
Value |
isFinalSpecialization: |
0 |