class virtual t : object endmethod extract_ligand : Ligand.tmethod set_notifier : notifier -> unit
The following methods should be called only from within a
procunit.
|
method notify : unit -> unitmethod lb_release : int -> unitmethod lb_change_string : int -> string -> unitmethod lb_set_act : int -> bool -> unitmethod lb_synth_string : int -> string -> unitmethod lb_transfer : int -> int -> unitmethod lb_split : int -> int -> Incubator.splitorder -> unitmethod lb_join : int -> int -> Incubator.joinorder -> unitmethod sb_release : int -> unitmethod sb_set_act : int -> bool -> unitmethod virtual get_initial_lbprojs : unit -> bool arraymethod virtual lb_get_marker : int -> Ligand.Matcher.matchermethod virtual lb_unimate : int -> string -> unitmethod virtual lb_unirelease : int -> unitmethod virtual get_initial_sbprojs : unit -> bool arraymethod virtual sb_get_marker : int -> Ligand.Matcher.snippetmethod virtual sb_unimate : int -> string -> unitmethod virtual sb_unirelease : int -> unitmethod virtual click : unit -> boolclick method is similar to that
which applies in the Swarm - see Swarm or the
documentation. This method is called as regularly as possible
by the Incubator. The bool it returns should be true if
it has any more planned work to do, false otherwise. It
also returns a list of output transactions, which are then
parsed by the Incubator for further work.