<< Click to Display Table of Contents >> Navigation: Using SMILE Wrappers > Networks, nodes and arcs |
The most important class defined by the SMILE Wrappers is Network. Objects of this class act as containers for nodes and are responsible for their creation and destruction. Nodes and arcs are always created and removed by invoking methods of the Network class, and access to them is always performed through the Network object that contains them. There are no separate classes representing nodes or arcs; the Network object serves as a facade for the complex underlying data structure.