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