- Authors: Joseph T. Buck
- Other Contributors: Neil Smyth
Ptolemy is an extensible system, and in quite a few places it must create objects given only the name of that object. There are therefore several classes that are responsible for maintaining lists: the list of all known domains, of all known blocks, states, targets, etc. As a general rule, these classes support a clone
or makeNew
method to create a new object based on its name (you cannot clone a domain, however).
Copyright © 1990-1997, University of California. All rights
reserved.