| Package | Description |
|---|---|
| org.openscience.cdk.io.formats |
| Modifier and Type | Field and Description |
|---|---|
static IChemFormatMatcher.MatchResult |
IChemFormatMatcher.NO_MATCH
Convenience method for indicating a format did not match.
|
| Modifier and Type | Method and Description |
|---|---|
IChemFormatMatcher.MatchResult |
IChemFormatMatcher.matches(List<String> lines)
Method that checks whether the given lines are part of the format read by
this reader.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IChemFormatMatcher.MatchResult.compareTo(IChemFormatMatcher.MatchResult that)
Compares the match result with another, results with lower position
are ordered before those with higher position.
|
Copyright © 2017. All rights reserved.