https://github.com/flora-phenotype-ontology/flopoontology
Revision 1c7df4c030e366bfdcd43bc039d1cd628d9417e7 authored by Robert Hoehndorf on 25 November 2015, 07:17:34 UTC, committed by Robert Hoehndorf on 25 November 2015, 07:17:34 UTC
1 parent a3db96b
Raw File
Tip revision: 1c7df4c030e366bfdcd43bc039d1cd628d9417e7 authored by Robert Hoehndorf on 25 November 2015, 07:17:34 UTC
.
Tip revision: 1c7df4c
EntityQuality.groovy
public class EntityQuality {
  def entity
  def entityName
  def quality
  def qualityName
  def entity2
  def entity2Name
}
back to top