public interface MeasurementAwarePartialAlignment<L,T,S> extends PartialAlignment<L,T,S>
Modifier and Type | Interface and Description |
---|---|
static class |
MeasurementAwarePartialAlignment.Factory |
static class |
MeasurementAwarePartialAlignment.NaiveImpl<L,T,S> |
PartialAlignment.State<S,L,T>
Modifier and Type | Method and Description |
---|---|
double |
getAverageQueueSize() |
long |
getComputationTime() |
double |
getDistanceToOptimum() |
int |
getNumberOfIterations() |
long |
getTotalEnqueuedNodes() |
long |
getTraversedEdges() |
boolean |
stateSpaceWasExplored() |
getCost, getState, isAlignment, isPrefixAlignment, projectOnLabels, projectOnModel
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
double getAverageQueueSize()
long getComputationTime()
double getDistanceToOptimum()
int getNumberOfIterations()
long getTotalEnqueuedNodes()
boolean stateSpaceWasExplored()
long getTraversedEdges()