public void setClassesToShow(HashSet<String> ontologyClassesToShow) {
    // ok here we need to create a temporary file and add these classes
    // in it
    if(ontologyClassesToShow == null) {
      ontologyClassesToShow = new HashSet<String>();