Double fixedValue = GlobalModel.getFixedTrust(sourceCommunity,
destinationCommunity);
//System.out.println("-CalcTrust: categ:"+categMatching+" fix:"+fixedValue);
if(categMatching != null || fixedValue != null) {
for(Metric destinationMetric : destinationCommunity.getMetrics()) {
metricsToImport.add(new CommunityMetricToImport(sourceCommunity,destinationCommunity,
sourceMetric, destinationMetric, categMatching, fixedValue));
}
} else {
System.out.println("INFO: no category matching neither fixed value between:"+
sourceCommunity.getName()+" and "+destinationCommunity.getName());