pce_util.pl
- 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.
- send_list(+ListOfObjs, +ListOfSels)
- Send a messages to the carthesian product of ListOfObjs and
ListOfSels.
- send_list(+ListOfObjs, +ListOfSels, +ListOfArgs)
- Send a messages to the carthesian product of ListOfObjs and
ListOfSels.
- 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,
- chain_list(+Chain, -List) is det
- chain_list(-Chain, +List) is det
- Convert between a Prolog list and an XPCE chain object.
- 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.
- get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7)
- get_object(Arg1, Arg2, Arg3)
- get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8)
- get_object(Arg1, Arg2, Arg3, Arg4, Arg5)
- get_object(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)