OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
create_atoms_simple.py File Reference

Go to the source code of this file.

Namespaces

 python.create_atoms_simple
 

Variables

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)