Ejemplo n.º 1
0
 @Override
 public boolean overlaps(AbstractSingleLocationBioFeature other, boolean compareStrands) {
   return overlaps(other.getFeatureLocation(), compareStrands);
 }
Ejemplo n.º 2
0
 @Override
 public boolean overlaps(AbstractSingleLocationBioFeature other) {
   return overlaps(other.getFeatureLocation(), true);
 }