object
method add_ligand : Ligand.t -> Incubator.resident
method add_procunit : Incubator.Procunit.t -> Incubator.resident
method break : unit -> unit
method is_running : unit -> bool
method list_ligands : Incubator.resident list
method remove : Incubator.resident -> unit
method resident_to_ligand : Incubator.resident -> Ligand.t
method run : unit -> unit
end