|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for objects that will manufacture sequences.
The factory layer is in here as sequences are potentialy heavy-weight, so we want to decouple their possibly complicated creation from the code that wants to make them.
Method Summary | |
Sequence |
createSequence(SymbolList symList,
java.lang.String uri,
java.lang.String name,
Annotation annotation)
Creates a sequence using these parameters. |
Method Detail |
public Sequence createSequence(SymbolList symList, java.lang.String uri, java.lang.String name, Annotation annotation)
symList
- the SymbolList defining the 'sequence'uri
- the uri of the sequence. This will be returned
by the getURN() method on Sequence.name
- the nameannotation
- a hint for the annotation of the resulting sequence
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |