OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Variables | |
tuple | a = AtomSpace() |
tuple | TV = TruthValue(1, 0.8) |
tuple | A = ConceptNode('Apple', TV) |
tuple | B = ConceptNode('Berry', TruthValue(0.5, 0.75)) |
tuple | C = ConceptNode('Comestible', TV) |
tuple | AB = InheritanceLink(A, B, TV) |
tuple | BC = InheritanceLink(B, C, TV) |
tuple | AC = InheritanceLink(A, C) |
tuple python.create_atoms_simple.a = AtomSpace() |
Definition at line 14 of file create_atoms_simple.py.
tuple python.create_atoms_simple.A = ConceptNode('Apple', TV) |
Definition at line 26 of file create_atoms_simple.py.
Definition at line 36 of file create_atoms_simple.py.
Definition at line 38 of file create_atoms_simple.py.
tuple python.create_atoms_simple.B = ConceptNode('Berry', TruthValue(0.5, 0.75)) |
Definition at line 27 of file create_atoms_simple.py.
Definition at line 37 of file create_atoms_simple.py.
tuple python.create_atoms_simple.C = ConceptNode('Comestible', TV) |
Definition at line 28 of file create_atoms_simple.py.
tuple python.create_atoms_simple.TV = TruthValue(1, 0.8) |
Definition at line 20 of file create_atoms_simple.py.