comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQOutlierMeasurementFacet.java @ 7988:5acaf44062b5 facet-metadata

Updated meta data in facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 02 Jul 2014 12:31:57 +0200
parents aff189df381b
children 0a5239a1e46e
comparison
equal deleted inserted replaced
7987:98ca61cb58fb 7988:5acaf44062b5
45 String hash, 45 String hash,
46 String stateId 46 String stateId
47 ) { 47 ) {
48 super(idx, name, description, ComputeType.ADVANCE, hash, stateId); 48 super(idx, name, description, ComputeType.ADVANCE, hash, stateId);
49 this.fractionIdx = fractionIdx; 49 this.fractionIdx = fractionIdx;
50 this.metaData.put("X", "chart.sq_relation.xaxis.label");
51 this.metaData.put("Y", "chart.sq_relation.yaxis.label");
50 } 52 }
51 53
52 @Override 54 @Override
53 public Object getData(Artifact artifact, CallContext context) { 55 public Object getData(Artifact artifact, CallContext context) {
54 log.debug("SQOutlierMeasurementFacet.getData"); 56 log.debug("SQOutlierMeasurementFacet.getData");

http://dive4elements.wald.intevation.org