RavenclawDev: RavenClawDev: reusing agents in another part of a tree

Basia Mucha basiamucha at gmail.com
Wed Oct 4 10:22:03 EDT 2006


Sorry for the last email, I pressed send by mistake.

What I wanted to write:

We have created a CalendarBackened that receive GFrames from the
DataManagar.
The GFrame looks like this:

Received frame:
{c java_be.get_events
   :hub_opaque_data {c admin_info
                       :reply_requested 1
                       :session_id "Default"
                       :invoked_stype "java_be"
                       :tidx 12
                       :provider_id "[8]"
                       :timestamp [array: type GAL_FLOAT_64, 1 elements]
                       :scriptless 1 }
   :session_id "Default"
   :tidx 12
 *  :inframe "{
            event_query {
            event_type  CLASS**
            }*

            }
            " }
*I could easity get the inframe by*
String tokens = ((String)f.getProperty(":inframe"));
*however is there a way to get the event_type without parsing the string
meaning something like*
*String tokesn = ((String)f.getPropperty(":inframe.event_query.event_type
")????*

**

*Thank You for all your help.*



On 10/4/06, Basia Mucha <basiamucha at gmail.com> wrote:
>
> Received frame:
> {c java_be.get_events
>    :hub_opaque_data {c admin_info
>                        :reply_requested 1
>                        :session_id "Default"
>                        :invoked_stype "java_be"
>                        :tidx 12
>                        :provider_id "[8]"
>                        :timestamp [array: type GAL_FLOAT_64, 1 elements]
>                        :scriptless 1 }
>    :session_id "Default"
>    :tidx 12
>    :inframe "{
>             event_query {
>             event_type  CLASS
>             }
>
>             }
>             " }
>



-- 
Thanks,
Basia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20061004/497c39cf/attachment.html


More information about the Ravenclaw-developers mailing list