[bug 2621]
commit68249237af5439de67ef9cf4118bafa737dd7c79
authorcjfields <cjfields@bioperl.org>
Sun, 26 Oct 2008 04:54:36 +0000 (26 04:54 -0000)
committercjfields <cjfields@bioperl.org>
Sun, 26 Oct 2008 04:54:36 +0000 (26 04:54 -0000)
tree161c0e89a67354be9fe4e96088ce747593054138
parentc812e32d54d0449efe13964d6e9490d53ea76165
[bug 2621]
* add valid_Location method to LocationI and Bio::Location::Atomic ( if ($location->valid_Location) {...} )
* checks state of Bio::LocationI (i.e. at check point, indicates whether it represents a valid Bio::LocationI, which may be implementation-specific)
* use in Bio::SF::Generic for checking for feature expansion

svn path=/bioperl-live/trunk/; revision=14963
Bio/Location/Atomic.pm
Bio/LocationI.pm
Bio/SeqFeature/Generic.pm