Search code examples
javahtml-parsingahp

Does Java have a built-in library for Analytic Hierarchy Process(jAHP) and HTML parser?


I'm new to Java and would like to ask whether does Java has a built-in library for Analytic Hierarchy Process(AHP) and HTML parser?

If there is what's library syntax?

I've read somewhere there's lots of HTML parser for Java. Which is the best parser that able to parse HTTPS?


Solution

  • There is no "built-in" implementation of AHP in Java. There are third party implementations though; e.g. Google found these for me:

    (You'll need to check them out for yourself ...)