}
@SuppressWarnings("unchecked")
@Override
public <C extends EditorCtx, O extends Serializable> EditorManager<C, O> getEditorManager(EditorCtx editorContext) {
EntityType entityType = ((OWLEntityDataContext) editorContext).getEntityData().getEntity().getEntityType();
return (EditorManager<C, O>) map.get(entityType);
}