> > >> > No, I meant values in general. So for instance if atom (Node "A") holds a > FloatValue (5.2, 0.1, 4.5) at key (Schema "*-my-key*-"), the following > would return something like > > (cog-execute! > (GetValueLink > (Node "A") > (Schema "*-my-key-*"))) > > (List (Number 5.2) (Number 0.1) (Number 4.5)) >
Will this list then be added to Atomspace or will it exist temporally while Pattern Matching is working? I mean the idea was not to introduce any global changes to Pattern Matcher. So, PM once encounters GetValueLink, calls cog-execute! on it, and receives NumberNode, which then will be used to evaluate e.g. GreaterThanLink connecting GetValueLink to another GetValueLink or NumberNode. This was my initial understanding. Is it right? -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CABpRrhwwYrK9zB7Q77rAxxh%3DQ2LKKa7dqGAVXsyaCarL_0Ucow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
