Package | Description |
---|---|
de.citec.tcs.alignment |
This module defines the interface for AlignmentAlgorithms as
well as some helper classes.
|
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.
|
de.citec.tcs.alignment.wrappers |
This module contains some wrappers to make usage of the
TCSAlignmentToolbox easier.
|
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
AlignmentSpecification.getNodeSpecification() |
Constructor and Description |
---|
AlignmentSpecification(NodeSpecification nodeSpecification,
Comparator[] comparators) |
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators) |
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators,
double[] weighting) |
Modifier and Type | Method and Description |
---|---|
static Comparator[] |
Defaults.getDefaultComparators(NodeSpecification nodeSpec)
Returns sensible default comparators for the given NodeSpecification, one
for each contained KeywordSpecification.
|
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
Sequence.getNodeSpecification()
Returns the NodeSpecification all Nodes in this sequence belong to.
|
Constructor and Description |
---|
Sequence(NodeSpecification nodeSpecficiation)
Sets up an empty sequence with the given NodeSpecification as basis.
|
Modifier and Type | Method and Description |
---|---|
static Sequence[] |
RandomSequenceGenerator.generateSequences(int N,
int L,
NodeSpecification nodeSpec)
This generates N random sequences of length L each according to
the given NodeSpecification.
|
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