Class "DataBase" Operations
ResetAtomClasses:
PROC[];
effects: Resets (i.e. destroys) the global AtomClass DataBase
ResetCompoundClasses:
PROC[];
effects: Resets (i.e. destroys) the global CompoundClass DataBase
InstallAtomClass:
PROC[class: AtomClass];
effects: Installs class in global AtomClass DataBase
InstallCompoundClass:
PROC[class: CompoundClass];
effects: Installs class in global CompoundClass DataBase
LookupAtomClass:
PROC[name:
ATOM]
RETURNS[AtomClass];
effects: Returns the AtomClass object associated with name.
SIGNALS notFound if no association exists
LookupCompoundClass:
PROC[name:
ATOM]
RETURNS[CompoundClass];
effects: Returns the CompoundClass object associated with name.
SIGNALS notFound if no association exists