Objects

Objects[class] returns all objects generated from class.
Objects[] lists all created and not removed objects.
Objects[object] lists all objects related to the given one.
Objects[{class}] lists all objects related to class.
  • The class Objects list is stored in the UpValues of class may be modified by the user, if RemoveObjects is not needed.
  • Use New.class[params] to create an object.