b80fa42b7e42f3bdf0bd27063a5dd67389dcfcebTim Reddehase class Callback < ParsingCallback::GenericCallback
151a86e6ccf772e932db2a15868dc1d96d9bb345Model Renamer Class:\s+(?<symbol_name>.+?) # Symbol Identifier
a85a5acd1c462f025cccba61b6fe7f7c41fe92a1Tim Reddehase Annotations:\s+(?<annotation_type>label|comment) # the type of annotation
a85a5acd1c462f025cccba61b6fe7f7c41fe92a1Tim Reddehase (?<additionals>[^\s].*) # optional, e.g. a language tag like @pt}xm)
335258a6512a35cb1bb18c1d1693fd35016616bdModel Renamer symbol = OntologyMember::Symbol.where(name: m['symbol_name']).first
67ea9fccbdc154cf2418f16ab8883ccfcbc77b51Model Renamer Rails.logger.warn "Could not create symbol tree for: #{ontology.name} (#{ontology.id}) caused #{e}"
29bee53fe5db437d7b8386cfa99d673ed9f68341Tim Reddehase return true if hash['kind'] == 'AnnotationProperty'