Package edu.pitt.terminology.lexicon

Examples of edu.pitt.terminology.lexicon.Source


  public String[] getSearchMethods() {
    return new String[] { BioPortalHelper.EXACT_MATCH };
  }

  public Source[] getSources() {
    return new Source[] { new Source(getName(), getDescription(), ""
        + getURI()) };
  }
View Full Code Here

TOP

Related Classes of edu.pitt.terminology.lexicon.Source

Copyright © 2018 www.massapicom. 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.