Class PSource

    • Constructor Detail

      • PSource

        protected PSource​(String pSrcName)
        Creates a new PSource instance with the specified source algorithm identifier.
        Parameters:
        pSrcName - the source algorithm identifier.
        Throws:
        NullPointerException - if pSrcName is null.
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
        Returns the source algorithm identifier.
        Returns:
        the source algorithm identifier.