Uses of Class
planet.util.PropertiesWrapper

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

Uses of PropertiesWrapper in planet.chord
 

Methods in planet.chord with parameters of type PropertiesWrapper
 void ChordProperties.init(PropertiesWrapper properties)
          Initialize all configuration properties of the Chord overlay.
 void ChordProperties.postinit(PropertiesWrapper properties)
          Makes the postinitialization process.
 

Uses of PropertiesWrapper in planet.generic.commonapi.behaviours
 

Methods in planet.generic.commonapi.behaviours with parameters of type PropertiesWrapper
 void BehavioursPropertiesImpl.init(PropertiesWrapper properties)
           
 void BehavioursPropertiesImpl.postinit(PropertiesWrapper properties)
          Load all patterns once the simulator context has been initialized.
 

Uses of PropertiesWrapper in planet.generic.commonapi.results
 

Methods in planet.generic.commonapi.results with parameters of type PropertiesWrapper
 void ResultsGMLProperties.init(PropertiesWrapper properties)
          Loads the default values specified in the properties for GML purposes.
 void ResultsGMLProperties.postinit(PropertiesWrapper properties)
          Makes the postinitialization process.
 

Uses of PropertiesWrapper in planet.symphony
 

Methods in planet.symphony with parameters of type PropertiesWrapper
 void SymphonyProperties.init(PropertiesWrapper properties)
          Initialize all configuration properties of the Symphony overlay.
 void SymphonyProperties.postinit(PropertiesWrapper properties)
          Makes the postinitialization process.
 

Uses of PropertiesWrapper in planet.trivialp2p
 

Methods in planet.trivialp2p with parameters of type PropertiesWrapper
 void TrivialProperties.init(PropertiesWrapper properties)
          Initialize all configuration properties of the Symphony overlay.
 void TrivialProperties.postinit(PropertiesWrapper properties)
          Makes the postinitialization process.
 

Uses of PropertiesWrapper in planet.util
 

Methods in planet.util with parameters of type PropertiesWrapper
 void PropertiesInitializer.init(PropertiesWrapper properties)
          Initialize correctly the configuration properties.
 void PropertiesInitializer.postinit(PropertiesWrapper properties)
          Makes the postinitialization process.