public class TraceAlignmentWithGuideTreeUI extends java.lang.Object implements TraceAlignmentWithGuideTreeSettingsListener
| Constructor and Description |
|---|
TraceAlignmentWithGuideTreeUI(org.processmining.contexts.uitopia.UIPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
TraceAlignmentWithGuideTreeInput |
getInput() |
TraceAlignmentWithGuideTreeInput |
readInput() |
void |
setAlignmentAlgorithm(AlignmentAlgorithm alignmentAlgorithm) |
void |
setIncrementLikeSubstitutionScoreValue(int incrementLikeSubstitutionScoreValue) |
void |
setIndelScoreFileName(java.lang.String indelScoreFileName) |
void |
setIndelScoreScaleValue(float indelScoreScaleValue) |
void |
setIsDeriveSubstitutionIndelScores(boolean isDeriveSubstitutionIndelScores) |
void |
setIsGapPenalty(boolean isGapPenalty) |
void |
setIsIncrementLikeSubstitutionScores(boolean isIncrementLikeSubstitutionScores) |
void |
setIsPerformRealignment(boolean isPerformRealignment) |
void |
setIsScaleIndelScores(boolean isScaleIndelScores) |
void |
setRealignmentStrategy(RealignmentStrategy realignmentStrategy) |
void |
setScoringMatrix(ScoringMatrix scoringMatrix) |
void |
setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName) |
public TraceAlignmentWithGuideTreeUI(org.processmining.contexts.uitopia.UIPluginContext context)
public TraceAlignmentWithGuideTreeInput readInput()
public void setIsDeriveSubstitutionIndelScores(boolean isDeriveSubstitutionIndelScores)
setIsDeriveSubstitutionIndelScores in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName)
setSubstitutionScoreFileName in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIndelScoreFileName(java.lang.String indelScoreFileName)
setIndelScoreFileName in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setAlignmentAlgorithm(AlignmentAlgorithm alignmentAlgorithm)
setAlignmentAlgorithm in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setScoringMatrix(ScoringMatrix scoringMatrix)
setScoringMatrix in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIsIncrementLikeSubstitutionScores(boolean isIncrementLikeSubstitutionScores)
setIsIncrementLikeSubstitutionScores in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIsGapPenalty(boolean isGapPenalty)
setIsGapPenalty in interface TraceAlignmentWithGuideTreeSettingsListenerpublic TraceAlignmentWithGuideTreeInput getInput()
public void setIncrementLikeSubstitutionScoreValue(int incrementLikeSubstitutionScoreValue)
setIncrementLikeSubstitutionScoreValue in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIsScaleIndelScores(boolean isScaleIndelScores)
setIsScaleIndelScores in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIndelScoreScaleValue(float indelScoreScaleValue)
setIndelScoreScaleValue in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setIsPerformRealignment(boolean isPerformRealignment)
setIsPerformRealignment in interface TraceAlignmentWithGuideTreeSettingsListenerpublic void setRealignmentStrategy(RealignmentStrategy realignmentStrategy)
setRealignmentStrategy in interface TraceAlignmentWithGuideTreeSettingsListener