AlmostIntelligent / Hydra

A distributed computation network.
4 stars 0 forks source link

Create Accessor Interface for better object conversion in the configuration files #59

Open hastern opened 11 years ago

hastern commented 11 years ago

Instead of having methods like "getInteger, getDouble, getString" a single method "get" is preferable.

This method returns an accessor object which than has casting methods.