- AbstractByteLineScanner - Class in ontologizer.io.linescanner
-
This is a simple class that can be used to read an input stream
in byte representation in a line-based manner.
- AbstractByteLineScanner(InputStream) - Constructor for class ontologizer.io.linescanner.AbstractByteLineScanner
-
- AbstractDotAttributesProvider - Class in ontologizer.io.dot
-
Default implementation of the interface providing attributes for dot graph.
- AbstractDotAttributesProvider() - Constructor for class ontologizer.io.dot.AbstractDotAttributesProvider
-
- AffyParser - Class in ontologizer.io.annotation
-
Parser of affymetrix annotation files.
- AffyParser() - Constructor for class ontologizer.io.annotation.AffyParser
-
- ALT_ID_KEYWORD - Static variable in class ontologizer.io.obo.OBOKeywords
-
- AssociationParser - Class in ontologizer.io.annotation
-
This class is responsible for parsing GO association files.
- AssociationParser(IParserInput, TermMap) - Constructor for class ontologizer.io.annotation.AssociationParser
-
Construct the association parser object.
- AssociationParser(IParserInput, TermMap, HashSet<ByteString>) - Constructor for class ontologizer.io.annotation.AssociationParser
-
Construct the association parser object.
- AssociationParser(IParserInput, TermMap, HashSet<ByteString>, IAssociationParserProgress) - Constructor for class ontologizer.io.annotation.AssociationParser
-
Construct the association parser object.
- AssociationParser(IParserInput, TermMap, HashSet<ByteString>, Collection<String>, IAssociationParserProgress) - Constructor for class ontologizer.io.annotation.AssociationParser
-
Construct the association parser object.
- AssociationParser(IParserInput, TermMap, HashSet<ByteString>, Collection<String>, IAssociationParserProgress, boolean) - Constructor for class ontologizer.io.annotation.AssociationParser
-
Construct the association parser object.
- available() - Method in class ontologizer.io.linescanner.AbstractByteLineScanner
-
Returns the number of bytes that are still available in the buffer after
the reading has been aborted.
- availableBuffer() - Method in class ontologizer.io.linescanner.AbstractByteLineScanner
-
Returns the bytes that are still available in the buffer after
the reading has been aborted.