Uses of Package
gdl.config

Packages that use gdl.config
gdl.base This package contains the GraphExplorer base classes, including the gui and the canvas, as well as the classes for node weight calculation and space allocation on the graph. 
 

Classes in gdl.config used by gdl.base
ConfigHandler
          This class receives several user input options: the tag that is used for nodes, the unique ID attribute and the tag used for crossRefs It invokes the configuration Parser that parses, if available, the config part of the xml source file (that has a predefined grammar) and stores the config values to so called config sets, which can either be of type RangeConfigSet (representing a direct value range which can be use for node sizes) or of type SwitchConfigSet that can be used for colors as well as for size categories.
ConnectionTypeSet
          A ConnectionTypesSet is a data structure that holds all available types of connections as a list of connectionNames (the names that are used as the attribute value of tags.
SwitchConfigSet
          Stores one set of attribute value pairs, either a color, or a size attribute.