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 |
---|---|
ValueType |
EuclideanComparator.getType() |
ValueType |
L1NormComparator.getType() |
ValueType |
TrivialEditComparator.getType() |
ValueType |
DTWKernelComparator.getType() |
ValueType |
ZeroNormComparator.getType() |
ValueType |
ReplacementComparator.getType() |
ValueType |
NCDComparator.getType() |
ValueType |
CharStatComparator.getType() |
ValueType |
Comparator.getType() |
Modifier and Type | Method and Description |
---|---|
ValueType |
Value.getType()
Returns the type of this value.
|
ValueType |
AbstractValue.getType() |
ValueType |
KeywordSpecification.getType()
Returns the specified type for that keyword.
|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractValue(ValueType type) |
KeywordSpecification(String keyword,
ValueType type)
Sets up a KeywordSpecification that defines a type for the given keyword.
|
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/