Modifier and Type | Method and Description |
---|---|
PartialAlignment.State<S,L,T> |
IncrementalReplayer.getInitialState() |
Modifier and Type | Method and Description |
---|---|
double |
BloomFilterBasedAlignmentCalculatorImpl.fetchCosts(PartialAlignment.State<S,L,T> state) |
Modifier and Type | Method and Description |
---|---|
PartialAlignment<L,T,S> |
BloomFilterBasedAlignmentCalculatorImpl.searchStateSpace(java.util.List<L> trace,
com.google.common.hash.BloomFilter<PartialAlignment.State<S,L,T>> bloomFilter) |
Modifier and Type | Method and Description |
---|---|
PartialAlignment.State<S,L,T> |
IncrementalRevBasedReplayerImpl.getInitialState() |
protected PartialAlignment.State<S,L,T> |
IncrementalRevBasedReplayerImpl.getStartState(A previousAlignment) |
Modifier and Type | Class and Description |
---|---|
static class |
PartialAlignment.State.Impl<S,L,T> |
Modifier and Type | Method and Description |
---|---|
static <S,L,T> PartialAlignment.State<S,L,T> |
PartialAlignment.State.Factory.construct(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
PartialAlignment.State<S,L,T> |
PartialAlignment.State.getParentState() |
PartialAlignment.State<S,L,T> |
PartialAlignment.State.Impl.getParentState() |
PartialAlignment.State<S,L,T> |
PartialAlignment.getState() |
PartialAlignment.State<S,L,T> |
PartialAlignment.NaiveImpl.getState() |
Modifier and Type | Method and Description |
---|---|
static <S,L,T> PartialAlignment<L,T,S> |
PartialAlignment.Factory.construct(PartialAlignment.State<S,L,T> state) |
static <S,L,T> MeasurementAwarePartialAlignment<L,T,S> |
MeasurementAwarePartialAlignment.Factory.construct(PartialAlignment.State<S,L,T> state,
long enqueuedNodes,
int numIterations,
double avgQueueSize,
long compTime,
double distToOpt,
boolean stateSpExpl,
long traversedEdges) |
static <S,L,T> PartialAlignment.State<S,L,T> |
PartialAlignment.State.Factory.construct(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
Constructor and Description |
---|
Impl(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
NaiveImpl(java.util.List<Move<L,T>> alignment,
double cost,
PartialAlignment.State<S,L,T> correspondingState) |
NaiveImpl(java.util.List<Move<L,T>> alignment,
double cost,
PartialAlignment.State<S,L,T> correspondingState,
long enqueued,
int numIt,
double avgQueue,
long compTime,
double distToOpt,
boolean stateSpExpl,
long traversedEdges) |
Modifier and Type | Class and Description |
---|---|
class |
PartialAlignmentPredicateImpl<L,S,T,N extends es.usc.citius.hipster.model.impl.WeightedNode<java.lang.Void,PartialAlignment.State<S,L,T>,java.lang.Double>> |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<PartialAlignment.State<S,L,T>> |
PartialAlignmentStateTransitionFunctionImpl.successorsOf(PartialAlignment.State<S,L,T> arg0) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
PartialAlignmentNaiveHeuristicFunctionImpl.estimate(PartialAlignment.State<S,L,T> state) |
java.lang.Iterable<PartialAlignment.State<S,L,T>> |
PartialAlignmentStateTransitionFunctionImpl.successorsOf(PartialAlignment.State<S,L,T> arg0) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
PartialAlignmentCostFunctionImpl.evaluate(es.usc.citius.hipster.model.Transition<java.lang.Void,PartialAlignment.State<S,L,T>> transition) |
Modifier and Type | Method and Description |
---|---|
void |
PartialAlignmentStateFunnelImpl.funnel(PartialAlignment.State<S,L,T> state,
com.google.common.hash.PrimitiveSink into) |