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.
|
KeywordSpecification[] |
getKeywordSpecifications() |
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 KeywordSpecification[] getKeywordSpecifications()
public int hashCode()
hashCode
in class IndexingScheme
public boolean equals(Object obj)
equals
in class IndexingScheme
Copyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/