Modifier and Type | Field and Description |
---|---|
protected String |
documentIdentifierHash
Document identifier.
|
protected String |
linkType
Link type.
|
Constructor and Description |
---|
HopCount.Question(String documentIdentifierHash,
String linkType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
The 'question' is uniquely described by linktype, document identifier,
and maximum hop count.
|
String |
getDocumentIdentifierHash()
Get the document identifier.
|
String |
getLinkType()
Get the link type.
|
int |
hashCode()
Hash must agree with equals, above.
|
protected String documentIdentifierHash
protected String linkType
public String getDocumentIdentifierHash()
public String getLinkType()
public boolean equals(Object o)