|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.jobs.HopCount.NodeReference
protected static class HopCount.NodeReference
This class describes a node link reference.
| Field Summary | |
|---|---|
protected java.lang.String |
linkType
The kind of link it is |
protected HopCount.DocumentNode |
theNode
The node being referred to |
| Constructor Summary | |
|---|---|
HopCount.NodeReference(HopCount.DocumentNode theNode,
java.lang.String linkType)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is this equal? |
java.lang.String |
getLinkType()
Get the link type |
HopCount.DocumentNode |
getNode()
Get the node |
int |
hashCode()
Hash function. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HopCount.DocumentNode theNode
protected java.lang.String linkType
| Constructor Detail |
|---|
public HopCount.NodeReference(HopCount.DocumentNode theNode,
java.lang.String linkType)
| Method Detail |
|---|
public HopCount.DocumentNode getNode()
public java.lang.String getLinkType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||