Class InsdcLocations
- java.lang.Object
 - 
- org.biojava.nbio.core.sequence.location.InsdcLocations
 
 
- 
public class InsdcLocations extends Object
A collection of locations which are used whenever we work with INSDC; some of which could be deprecated (from INSDC's point of view) yet appear in records.- Author:
 - ayates, Paolo Pavan
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsdcLocations.BondLocationUsed to represent bond locations equivalent to bond(7,8) or bond(7).static classInsdcLocations.GroupLocationDeprecated in INSDC yet still appears; equivalent to the order() directive except no 5' to 3' ordering is defined.static classInsdcLocations.OneOfLocationDeprecated in INSDC; refers to a set of locations of which one location could be valid e.g. one-of(location, location, location).static classInsdcLocations.OrderLocationUsed to describe a 5' to 3' ordering but no firm assurance it is correct 
- 
Constructor Summary
Constructors Constructor Description InsdcLocations() 
 - 
 
- 
- 
Constructor Detail
- 
InsdcLocations
public InsdcLocations()
 
 - 
 
 -