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