public class NeXMLWriterTokenSetInformation extends Object
NeXMLEventWriter
to store information about a token set. Since different
information is needed while writing a document, NeXML writers use this class instead of NeXMLReaderTokenSetInformation
.Constructor and Description |
---|
NeXMLWriterTokenSetInformation() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getOccuringTokens() |
Set<String> |
getSingleTokenDefinitions() |
Map<String,String> |
getTokenTranslationMap() |
boolean |
isNucleotideType() |
void |
setNucleotideType(boolean isNucleotideType) |
public NeXMLWriterTokenSetInformation()
public boolean isNucleotideType()
public void setNucleotideType(boolean isNucleotideType)
public Set<String> getSingleTokenDefinitions()
public Map<String,String> getTokenTranslationMap()
public Set<String> getOccuringTokens()