Class MCSPlus


  • @Deprecated
    public class MCSPlus
    extends Object
    Deprecated.
    SMSD has been deprecated from the CDK with a newer, more recent version of SMSD is available at http://github.com/asad/smsd.
    This class handles MCS plus algorithm which is a combination of c-clique algorithm and McGregor algorithm.
    Author:
    Syed Asad Rahman <asad@ebi.ac.uk>
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Constructor Detail

      • MCSPlus

        public MCSPlus()
        Deprecated.
        Default constructor added
    • Method Detail

      • getTimeout

        protected static double getTimeout()
        Deprecated.
        Returns:
        the timeout
      • getTimeManager

        protected static TimeManager getTimeManager()
        Deprecated.
        Returns:
        the timeManager
      • setTimeManager

        protected static void setTimeManager​(TimeManager aTimeManager)
        Deprecated.
        Parameters:
        aTimeManager - the timeManager to set
      • isTimeOut

        public static boolean isTimeOut()
        Deprecated.