Class SimpleSequenceFactory

    • Method Detail

      • createSequence

        public Sequence createSequence​(SymbolList symList,
                                       java.lang.String uri,
                                       java.lang.String name,
                                       Annotation annotation)
        Description copied from interface: SequenceFactory
        Creates a sequence using these parameters.
        Specified by:
        createSequence in interface SequenceFactory
        Parameters:
        symList - the SymbolList defining the 'sequence'
        uri - the uri of the sequence. This will be returned by the getURN() method on Sequence.
        name - the name
        annotation - a hint for the annotation of the resulting sequence
        Returns:
        a new Sequence object