Go to the source code of this file.
|
tuple | python.create_atoms_simple.a = AtomSpace() |
|
tuple | python.create_atoms_simple.TV = TruthValue(1, 0.8) |
|
tuple | python.create_atoms_simple.A = ConceptNode('Apple', TV) |
|
tuple | python.create_atoms_simple.B = ConceptNode('Berry', TruthValue(0.5, 0.75)) |
|
tuple | python.create_atoms_simple.C = ConceptNode('Comestible', TV) |
|
tuple | python.create_atoms_simple.AB = InheritanceLink(A, B, TV) |
|
tuple | python.create_atoms_simple.BC = InheritanceLink(B, C, TV) |
|
tuple | python.create_atoms_simple.AC = InheritanceLink(A, C) |
|