Package | Description |
---|---|
info.bioinfweb.libralign.model.factory |
Contains factory classes to create instances of implementations of
AlignmentModel . |
info.bioinfweb.libralign.model.utils |
Contains utility classes to be used with implementations of
AlignmentModel . |
Modifier and Type | Method and Description |
---|---|
T |
AbstractAlignmentModelFactory.createToken(AlignmentModel<T> alignmentModel,
java.lang.String tokenRepresentation)
Creates a token using
TokenSet.tokenByRepresentation(String) . |
Modifier and Type | Method and Description |
---|---|
T |
CharSequenceTokenScanner.next()
Returns the next token from parsed from the underlying character sequence.
|