lymb_filter(visage) VISAGE lymb_filter(visage)
NAME
lymb_filter - object to control execution of LYMB actions
in visualization (or data flow) network
DESCRIPTION
Lymb_filter controls the execution of LYMB statements in
the context of a visualization (or dataflow) network.
SUPERCLASS
generic_data_filter
INSTANCE VARIABLES
tick_actions
the name of a LYMB actions or procedure object to
be executed when lymb_filter receives a generate_data! message.
MESSAGES
tick_actions= actions
set the tick actions to the named actions (or procedure) object.
tick_actions?
get the name of the actions (or procedure) object.
generate_data!
cause the actions object to execute its actions (or
procedure) object.
execute!
alias for the update! method (see
generic_data_filter object).
does_not_understand
forwards all messages that lymb_filter does not
understand to all of the objects in the sources
list.
SEE ALSO
generic_data_filter
Please send comments and suggestions toconsult@rpi.edu