2012/05/20 23:54:19


Free Page Rank Tool

Get enml at SourceForge.net. Fast, secure and Free Open Source software downloads

Conceptual data model

It's very confortable to use java for the first prototypal implementation. View the javadoc documentation online. We have identifyed the following packages for the first implementation of the objects the application refers to and we put them in the main namespace org.enml:
  • org.enml.devices

    • These package's classes represent some of the devices that could be used in environmental measures.
  • org.enml.documents

    • These package's classes represent some of the documents that could be linked to measures, devices, ...
  • org.enml.measures

    • These package's classes represent the measures we can obtain from a nois monitoring system.
  • org.enml.net

    • These package's classes represent the objects that physically make up a monitoring network.
  • org.enml.notes

    • These package's classes represent the notes that could be associated to a measure
  • org.enml.sources

    • These package's classes represent various kind of noise sources.
  • org.enml.subjects

    • These package's classes represent the different subjects that use the noise masures acquired by the noise monitoring network.
  • org.enml.validity

    • These package's classes represent the validity values that can be associated to a mesasure.
  • org.enml.work

    • These package's classes are a first attempt to classify the operations and jobs that can be done with acoustic data avalaible.

An extraction from the model project can be examined here.