Class ModelParser
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.ModelParser
-
public class ModelParser extends java.lang.Object
ModelParserCopyright: Idorsia Pharmaceuticals Ltd., Inc. All Rights Reserved This software is the proprietary information of Idorsia Pharmaceuticals, Ltd. Use is subject to license terms.
Created by korffmo1 on 11.04.18.
-
-
Constructor Summary
Constructors Constructor Description ModelParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndexLine()
void
parse(java.util.List<java.lang.String> liRaw, int indexLine, java.util.List<AtomRecord> protAtomRecords, java.util.List<AtomRecord> hetAtomRecords)
-
-
-
Method Detail
-
parse
public void parse(java.util.List<java.lang.String> liRaw, int indexLine, java.util.List<AtomRecord> protAtomRecords, java.util.List<AtomRecord> hetAtomRecords)
-
getIndexLine
public int getIndexLine()
-
-