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