return new GetClassFrameAction(editorContext.getEntityData().getEntity().asOWLClass(), editorContext.getProjectId());
}
@Override
public UpdateObjectAction<LabelledFrame<ClassFrame>> createUpdateObjectAction(LabelledFrame<ClassFrame> pristineObject, LabelledFrame<ClassFrame> editedObject, OWLEntityDataContext editorContext) {
return new UpdateClassFrameAction(editorContext.getProjectId(), pristineObject, editedObject);
}