wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

[Style] Separate interface from implementation where necessary #130

Open fwilhelmi opened 4 years ago

fwilhelmi commented 4 years ago

Increase the modularization of the code by separating the interface from the actual implementation, thus granting data hiding and a higher degree of independence to classes.