Package org.jmol.api
Interface JmolJDXMOLParser
- All Known Implementing Classes:
JDXMOLParser
public interface JmolJDXMOLParser
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String line, String tag) booleanreadACDAssignments(int nPoints, boolean isPeakAssignment, Lst<String[]> list) booleanintreadPeaks(boolean isSignals, int peakCount) intsetACDAssignments(String model, String mytype, int peakCount, Lst<String[]> acdlist, String molFile) void
-
Method Details
-
getFirstModelWithPeaks
String getFirstModelWithPeaks() -
set
-
getRecord
- Throws:
Exception
-
getAttribute
-
readModels
- Throws:
Exception
-
readPeaks
- Throws:
Exception
-
setLine
-
readACDMolFile
- Throws:
Exception
-
readACDAssignments
boolean readACDAssignments(int nPoints, boolean isPeakAssignment, Lst<String[]> list) throws Exception - Throws:
Exception
-
setACDAssignments
int setACDAssignments(String model, String mytype, int peakCount, Lst<String[]> acdlist, String molFile) throws Exception - Throws:
Exception
-