_log.info("P: "+p.getDescription()+" OP: "+op.getComment());
_log.info("P: "+p.getType()+" OP: "+op.getType());
_log.info("P: "+p.getUnit()+" OP: "+op.getUnit());
_log.info("P= "+p.getValue()+" OP: "+op.getDataType());
try {
MeasurementImpl measurementinfo = OntoPropertyUtil.createMeasurementFromOntologyProperty(op);
_log.info("Got MeasurementImpl: " + measurementinfo.getDescription() );
} catch (Exception e) {
_log.error("Could not turn the OntologyProperty into a MeasurementImpl.");
e.printStackTrace();
}
}