Uses of Interface
org.bridgedb.file.IDMappingReader
-
Packages that use IDMappingReader Package Description org.bridgedb.file Driver and helper classes for using simple files as an identifier mapping service. -
-
Uses of IDMappingReader in org.bridgedb.file
Classes in org.bridgedb.file that implement IDMappingReader Modifier and Type Class Description classIDMappingReaderFromDelimitedReaderClass for reading ID mapping data from delimited reader.classIDMappingReaderFromTextClass for reading ID mapping data from delimited text file.Fields in org.bridgedb.file declared as IDMappingReader Modifier and Type Field Description protected IDMappingReaderIDMapperFile. readerMethods in org.bridgedb.file that return IDMappingReader Modifier and Type Method Description protected IDMappingReaderIDMapperFile. getIDMappingReader()Constructors in org.bridgedb.file with parameters of type IDMappingReader Constructor Description IDMapperFile(IDMappingReader reader)Constructor from aIDMappingReader.IDMapperFile(IDMappingReader reader, boolean freeSearch)Constructor from aIDMappingReaderand user-defined free search capacity.
-