Package org.biojava.bio.symbol
Class BetweenLocation
- java.lang.Object
-
- org.biojava.bio.symbol.AbstractLocationDecorator
-
- org.biojava.bio.symbol.BetweenLocation
-
- All Implemented Interfaces:
Location
public class BetweenLocation extends AbstractLocationDecorator
Between view onto an underlying Location instance.- Since:
- 1.2
- Author:
- Matthew Pocock, Greg Cox
-
-
Field Summary
-
Fields inherited from interface org.biojava.bio.symbol.Location
empty, full, naturalOrder
-
-
Constructor Summary
Constructors Constructor Description BetweenLocation(Location wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Location
decorate(Location loc)
-
Methods inherited from class org.biojava.bio.symbol.AbstractLocationDecorator
blockIterator, contains, contains, equals, getDecorator, getMax, getMin, getWrapped, intersection, isContiguous, newInstance, overlaps, symbols, translate, union
-
-
-
-
Constructor Detail
-
BetweenLocation
public BetweenLocation(Location wrapped)
-
-
Method Detail
-
decorate
protected Location decorate(Location loc)
- Specified by:
decorate
in classAbstractLocationDecorator
-
-