351352353354355356357358359360361
msg, formatExample(example)); return true; } }); validator.validate(value_xg, type_xg, -1); } break; } case CLOSE:
383384385386387388389390391392393
gapName, gapType); return true; } }); validator.validate(empty_xg, type_xg, -1); } break; } }
458459460461462463464465466467468
} value_xg = getGapAnnotatedGraph(value_xg, schema, b, s.getOrigin()); prepareGraphForValidation(value_xg); validator.validate(value_xg, type_xg, -1); } } }); } }