swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: archivers


From: Marcus G. Daniels
Subject: Re: archivers
Date: 29 Jan 2001 12:23:57 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "ST" == Sven N Thommesen <address@hidden> writes:

ST> is it possible to use the lispArchiver to have e.g. the modelSwarm
ST> read in parameters *for itself* from a named file, i.e. w/o the
ST> create-a-new-object step?

[lispAppArchiver getWithZone: self key: "modelSwarm"] will create and
load a ready-to-use object as specified by the MAKE-INSTANCE
expression associated with the 'modelSwarm key in the application's
.scm file.  If you want to have a ModelSwarm with ad-hoc control over
loading subcomponents, you can add a class that holds its parameters
and then, somewhere in a ModelSwarm method, ask for a key having a
(make-instance 'Parameter [etc]) value.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]