Package | Description |
---|---|
de.citec.tcs.alignment.comparators |
This module defines the interfaces for comparators in the TCS
Alignment Toolbox.
|
de.citec.tcs.alignment.sequence |
This module contains the sequence datastructure of the
TCS Alignment Toolbox.
|
Modifier and Type | Method and Description |
---|---|
static Comparator |
Defaults.getDefaultComparator(KeywordSpecification keywordSpec)
Returns a sensible default comparator for the given KeywordSpecification.
|
static Comparator[] |
Defaults.getDefaultComparators(KeywordSpecification[] keywordSpecs)
Returns sensible default comparators for the given KeywordSpecifications.
|
Modifier and Type | Class and Description |
---|---|
class |
StringKeywordSpecification
This specifies String keywords which are not especially restricted.
|
class |
SymbolicKeywordSpecification
This specifies symbolic keywords by their alphabet.
|
class |
VectorialKeywordSpecification
This specifies vectors by their length.
|
Modifier and Type | Method and Description |
---|---|
KeywordSpecification |
NodeSpecification.getKeywordSpecification(int index)
Returns the specification for the given keyword.
|
KeywordSpecification |
NodeSpecification.getKeywordSpecification(String keyword)
Returns the specification for the given keyword.
|
KeywordSpecification[] |
NodeSpecification.getKeywordSpecifications() |
Modifier and Type | Method and Description |
---|---|
Class<? extends KeywordSpecification> |
ValueType.getSpecificationClass()
Returns the corresponding specification class for this ValueType.
|
Constructor and Description |
---|
NodeSpecification(KeywordSpecification[] keywordSpecs) |
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/