Uses of Interface
planet.util.PropertiesInitializer

Packages that use PropertiesInitializer
planet.behaviour   
planet.chord   
planet.generic.commonapi.GML   
planet.symphony   
planet.util   
 

Uses of PropertiesInitializer in planet.behaviour
 

Classes in planet.behaviour that implement PropertiesInitializer
 class BehaviourProperties
          This class allows to add new behaviours to bad nodes on the overlay.
 

Uses of PropertiesInitializer in planet.chord
 

Classes in planet.chord that implement PropertiesInitializer
 class ChordProperties
          This class includes the initialization and the values for all configuration properties of the Chord overlay.
 

Uses of PropertiesInitializer in planet.generic.commonapi.GML
 

Classes in planet.generic.commonapi.GML that implement PropertiesInitializer
 class GMLDefaultProperties
          Default graphical properties for GML graphs.
 

Uses of PropertiesInitializer in planet.symphony
 

Classes in planet.symphony that implement PropertiesInitializer
 class SymphonyProperties
          This class includes the initialization and the values for all configuration properties of the Chord overlay.
 

Uses of PropertiesInitializer in planet.util
 

Subinterfaces of PropertiesInitializer in planet.util
 interface BehaviourProperties
          This interface allows to add new behaviours to bad nodes on the overlay.
 interface OverlayProperties
          This interface permits to implement as static form This interficie allows to implement all the own properties of configuration of the overlay network under a same instance.
 

Fields in planet.util declared as PropertiesInitializer
static PropertiesInitializer Properties.gmlProps
          Have all graphical properties for GML purposes.