Package | Description |
---|---|
de.unibi.citec.tcs.alignment.sequence |
This package contains the definition of input Sequences for
AlignmentAlgorithms.
|
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.
|
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 © 2014. All rights reserved.