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
Methods inherited from class org.biojava.bio.symbol.AbstractLocationDecorator |
blockIterator, contains, contains, equals, getDecorator, getMax, getMin, getWrapped, intersection, isContiguous, newInstance, overlaps, symbols, translate, union |
BetweenLocation
public BetweenLocation(Location wrapped)
decorate
protected Location decorate(Location loc)
- Specified by:
decorate
in class AbstractLocationDecorator