jar

io.github.amaris : sftm-tree-matching

Maven & Gradle

May 10, 2021
0 stars

sftm_tree_matching · A Tree Matching library based on the SFTM algorithm specialized in matching web pages DOM

Table Of Contents

Latest Version

Download io.github.amaris : sftm-tree-matching JAR file - Latest Versions:

All Versions

Download io.github.amaris : sftm-tree-matching JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sftm-tree-matching-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

mantu.lab.treematching

├─ mantu.lab.treematching.DomParser.class - [JAR]

├─ mantu.lab.treematching.Edge.class - [JAR]

├─ mantu.lab.treematching.InMemoryIndex.class - [JAR]

├─ mantu.lab.treematching.Metropolis.class - [JAR]

├─ mantu.lab.treematching.Neighbors.class - [JAR]

├─ mantu.lab.treematching.Node.class - [JAR]

├─ mantu.lab.treematching.SimilarityPropagation.class - [JAR]

├─ mantu.lab.treematching.TreeMatcher.class - [JAR]

├─ mantu.lab.treematching.TreeMatcherResponse.class - [JAR]

mantu.lab.utils

├─ mantu.lab.utils.ExtensionsKt.class - [JAR]

├─ mantu.lab.utils.LinkedList.class - [JAR]

├─ mantu.lab.utils.LinkedListIterator.class - [JAR]

├─ mantu.lab.utils.LinkedListNode.class - [JAR]

Advertisement