Package org.cipres.treebase.domain.search

Examples of org.cipres.treebase.domain.search.MatrixSearchResults.convertToStudies()


        }
        else if ( schema.equals("taxon") ) {
          res = tsr.convertToTaxa();
        }
        else if ( schema.equals("study") ) {
          res = tsr.convertToStudies();
        }
      }
      this.saveSearchResults(request, res);
      return this.searchResultsAsRDF(res, request, root, schema, original);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.