Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
de.unibi.citec.tcs.alignment.sequence |
This package contains the definition of input Sequences for
AlignmentAlgorithms.
|
Modifier and Type | Method and Description |
---|---|
ValueType |
DTWKernelComparator.getType() |
ValueType |
ReplacementComparator.getType() |
ValueType |
TrivialEditComparator.getType() |
ValueType |
EuclidianComparator.getType() |
ValueType |
Comparator.getType() |
ValueType |
L1NormComparator.getType() |
ValueType |
CharStatComparator.getType() |
Modifier and Type | Method and Description |
---|---|
ValueType |
KeywordSpecification.getType()
Returns the specified type for that keyword.
|
ValueType |
Value.getType()
Returns the type of this value.
|
ValueType |
AbstractValue.getType()
Returns the type of this value.
|
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 © 2014. All rights reserved.