Interface IChemSequence

    • Method Detail

      • addChemModel

        void addChemModel​(IChemModel chemModel)
        Adds an chemModel to this container.
        Parameters:
        chemModel - The chemModel to be added to this container
        See Also:
        getChemModel(int)
      • removeChemModel

        void removeChemModel​(int pos)
        Remove a ChemModel from this ChemSequence.
        Parameters:
        pos - The position of the ChemModel to be removed.
      • getChemModelCount

        int getChemModelCount()
        Returns the number of ChemModels in this Container.
        Returns:
        The number of ChemModels in this Container