@Override
public Map<String, String> getCurrentValueMap( Context context ) {
Map<String, String> currentValueMap = new HashMap<String, String>();
final Pattern52 basePattern = context.getBasePattern();
final BaseColumn baseColumn = context.getBaseColumn();
//Get values for all Constraints or Actions on the same pattern as the baseColumn
if ( baseColumn instanceof ConditionCol52 ) {
for ( ConditionCol52 cc : basePattern.getChildColumns() ) {
currentValueMap.put( cc.getFactField(),