Uses of Class
de.unijena.cheminf.deglycosylation.tools.DynamicSMILESFileFormat
Packages that use DynamicSMILESFileFormat
-
Uses of DynamicSMILESFileFormat in de.unijena.cheminf.deglycosylation.tools
Methods in de.unijena.cheminf.deglycosylation.tools that return DynamicSMILESFileFormatModifier and TypeMethodDescriptionstatic DynamicSMILESFileFormat
DynamicSMILESFileReader.detectFormat
(File aFile) Checking the first few lines of the SMILES file for parsable SMILES codes and saving the determined separator character and SMILES code and ID column positions.static DynamicSMILESFileFormat
DynamicSMILESFileReader.detectFormat
(List<String> lines) Checking the first few lines of a SMILES file for parsable SMILES codes and saving the determined separator character and SMILES code and ID column positions.Methods in de.unijena.cheminf.deglycosylation.tools with parameters of type DynamicSMILESFileFormatModifier and TypeMethodDescriptionvoid
DynamicSMILESFileReader.setSMILESFileFormat
(DynamicSMILESFileFormat aFormat) Constructors in de.unijena.cheminf.deglycosylation.tools with parameters of type DynamicSMILESFileFormatModifierConstructorDescriptionDynamicSMILESFileReader
(File aFile, DynamicSMILESFileFormat aFormat) Constructs a new DynamicSMILESFileReader that can read molecules from a given file.DynamicSMILESFileReader
(InputStream in, DynamicSMILESFileFormat aFormat) Constructs a new DynamicSMILESFileReader that can read molecules from a given a InputStream.DynamicSMILESFileReader
(Reader in, DynamicSMILESFileFormat aFormat) Constructs a new DynamicSMILESFileReader that can read molecules from a given a Reader.