Class ModelParser


  • public class ModelParser
    extends java.lang.Object
    ModelParser

    Copyright: 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModelParser

        public ModelParser()
    • 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()