Uses of Interface
planet.util.PropertiesInitializer

Packages that use PropertiesInitializer
planet.chord   
planet.generic.commonapi.behaviours   
planet.generic.commonapi.results   
planet.symphony   
planet.trivialp2p   
planet.util   
 

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.behaviours
 

Classes in planet.generic.commonapi.behaviours that implement PropertiesInitializer
 class BehavioursPropertiesImpl
          This class allows to add new behaviours to bad nodes on the overlay.
 

Uses of PropertiesInitializer in planet.generic.commonapi.results
 

Classes in planet.generic.commonapi.results that implement PropertiesInitializer
 class ResultsGMLProperties
          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.trivialp2p
 

Classes in planet.trivialp2p that implement PropertiesInitializer
 class TrivialProperties
          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 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.behavioursPropertiesInstance
          Behaviours property: Instance of the implementation class for the PropertiesInitializer interface.
 

Methods in planet.util that return PropertiesInitializer
static PropertiesInitializer Properties.getResultsPropertiesInstance(java.lang.String resultsName)
          Gets the properties instance related to the resultsname.