Package org.biojava.ontology

Examples of org.biojava.ontology.Triple


            Term subT = resolveTerm(subject, onto);
            Term objT = resolveTerm(object, onto);
            Term relT = resolveTerm(predicate, onto);

            Triple trip = resolveTriple(subT, objT, relT, onto);
            trip = trip==null?null:trip; // prevent unused field error
          } catch (StringIndexOutOfBoundsException e) {
            throw new IOException("Could not parse line: " + line);
          }
        }
View Full Code Here

TOP

Related Classes of org.biojava.ontology.Triple

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.