com.torunski.crawler.link |
|
Java Source File Name | Type | Comment |
Link.java | Class | Contains the URI of the link. |
LinkComparator.java | Class | A link comparator which compares the URI of the link. |
LinkDepth.java | Class | A link contains the uri and the depth of the link. |
LinkDepthComparator.java | Class | A link comparator which compares the depth first and then the URI. |
LinkGraph.java | Class | A graph link contains all incoming and outgoing links. |