Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
de.unibi.citec.tcs.alignment.sequence |
This package contains the definition of input Sequences for
AlignmentAlgorithms.
|
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
AlignmentSpecification.getNodeSpecification() |
Constructor and Description |
---|
AlignmentSpecification(NodeSpecification nodeSpecification)
Initializes an alignment specification from a given node specification.
|
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators) |
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators,
double[] weighting) |
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
Sequence.getNodeSpecficiation()
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.
|
Copyright © 2014. All rights reserved.