Did you know ... Search Documentation:
pce_util.pl
PublicShow source
Source get_object(+Object, +Selector, +Arg..., -Output) is semidet
Succeeds once if Output is the value returned by invoking get method called Selector on Object. Output is an object description, except for the special objects @nil, @default, @on and @off all of which are both object descriptions and object names.
Source send_list(+ListOfObjs, +ListOfSels)
Send a messages to the carthesian product of ListOfObjs and ListOfSels.
Source send_list(+ListOfObjs, +ListOfSels, +ListOfArgs)
Send a messages to the carthesian product of ListOfObjs and ListOfSels.
Source get_chain(+Object, +Selector, -List:list) is semidet
List is a Prolog list constructed from the PCE chain returned by <-Selector on Object. get_chain/3 returns a list of object names,
Source chain_list(+Chain, -List) is det
chain_list(-Chain, +List) is det
Convert between a Prolog list and an XPCE chain object.
Source default(+Argument, +Default, -Value) is det
Get the default value for an argument. Default is either a plain value or a term class_variable(+Object, +Name).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source get_object(Arg1, Arg2, Arg3)
Source get_object(Arg1, Arg2, Arg3, Arg4, Arg5)
Source get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)
Source get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7)
Source get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8)