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 |
ValueComparator.getType()
Returns the ValueType this comparator operates on.
|
ValueType |
AbstractValueComparatorWrapper.getType() |
Constructor and Description |
---|
AbstractDerivableValueComparatorWrapper(String keyword,
ValueType type,
DerivableComparator<V,V> actualComparator) |
AbstractValueComparatorWrapper(String keyword,
ValueType type,
Comparator<V,V> actualComparator) |
Modifier and Type | Method and Description |
---|---|
ValueType |
AbstractValue.getType() |
ValueType |
Value.getType()
Returns the type of this value.
|
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) 2016-2018 Benjamin Paaßen, 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/