private Map dictionary ;
public ClassDataImpl( Class cls )
{
this.cls = cls ;
Graph gr = new GraphImpl() ;
NodeImpl root = new NodeImpl( cls ) ;
Set rootSet = getRootSet( cls, root, gr ) ;
// At this point, rootSet contains those remote interfaces
// that are not related by inheritance, and gr contains