map.putMapValue(CySBMLConstants.EDGETYPE_REACTION_PRODUCT, opacity);
map.putMapValue(CySBMLConstants.EDGETYPE_REACTION_REACTANT, opacity);
map.putMapValue(CySBMLConstants.EDGETYPE_REACTION_MODIFIER, opacity);
map.putMapValue(CySBMLConstants.EDGETYPE_TRANSITION_OUTPUT, opacity);
map.putMapValue(CySBMLConstants.EDGETYPE_TRANSITION_INPUT, opacity);
return new BasicCalculator(createCalculatorName(style, pType), map, pType);
}