Auth: cjf Connections: From CodeGen to DataManager and Graph The code generator will traverse through the tree represented by two lists of components, the Objects and the Connections. With this, it will create a C++ class or a Java class for each object in the Graph. It will use the accessors of the Object to get the class's attributes, and to get at its methods and instance variables, as well as its connections to other objects. It will iterate through the list of Objects until everything is defined.