Assert (=check) methods. REMARK: if we can dynamically find information from the call-stack, that would eliminate the need for passing a "context" string to the methods... 1 %RegisteredObject 0 Checks that object is of a (sub)type of type. If not, it logs an error (using the objectName and context). Returns true (1) if it seems ok; false (0) if something seems wrong. 1 object:%RegisteredObject,type:%String,objectName:%String,context:%String %Boolean Checks that the objects in the given list is of a (sub)type of type. If not, it logs an error (using the objectName and context). Returns true (1) if it seems ok; false (0) if something seems wrong. 1 list:%ListOfObjects,type:%String,listName:%String,context:%String %Boolean 1 Boodschap:%String