Objects from the Class
Objects can be created by calls of the form new("multiGraph", ...).
A multiGraph object consists of three slots, one for each possible representation:
adjacencyList, incidenceMatrix and incidenceList.Extends
Class "generalGraph", directly, with explicit coerce.
Class "anyGraph", directly, with explicit coerce.