public class NodeSpecification extends IndexingScheme
Constructor and Description |
---|
NodeSpecification(KeywordSpecification[] keywordSpecs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
KeywordSpecification |
getKeywordSpecification(int index)
Returns the specification for the given keyword.
|
KeywordSpecification |
getKeywordSpecification(String keyword)
Returns the specification for the given keyword.
|
int |
hashCode() |
String |
toString() |
getKeyword, getKeywordIndex, getKeywords, hasKeyword, size
public NodeSpecification(KeywordSpecification[] keywordSpecs)
public KeywordSpecification getKeywordSpecification(String keyword)
keyword
- a keyword.public KeywordSpecification getKeywordSpecification(int index)
index
- a keyword index.public int hashCode()
hashCode
in class IndexingScheme
public boolean equals(Object obj)
equals
in class IndexingScheme
Copyright © 2014. All rights reserved.