Re: [Biojava-l] Constructing features

2001-05-29 Thread Matthew Pocock
> The annotation issue is a bit awkward, since if you create > a feature with the annotation set to Annotation.EMPTY_ANNOTATION, > you /can't/ add extra annotation properties. However, if you make This is arguably a bug. Can we intercept this in the feature constructor and replace it with somet

Re: [Biojava-l] Constructing features

2001-05-29 Thread Thomas Down
On Tue, May 29, 2001 at 09:30:48AM +0100, Dr S.M. Huen wrote: > I have been trying to figure out how to construct a hierarchical tree of > Features. This is a consequence of trying to write a SeqIOListener > that takes a stream of events generated from an XML parse and > constructs an in-memory s

[Biojava-l] Constructing features

2001-05-29 Thread Dr S.M. Huen
I have been trying to figure out how to construct a hierarchical tree of Features. This is a consequence of trying to write a SeqIOListener that takes a stream of events generated from an XML parse and constructs an in-memory sequence with nested Features on it. Can you tell me whether I understa