public class AlignmentPrecGenRes
extends java.lang.Object
implements org.processmining.framework.util.HTMLToString
| Constructor and Description |
|---|
AlignmentPrecGenRes() |
| Modifier and Type | Method and Description |
|---|---|
double |
getGeneralization() |
double |
getPrecision() |
void |
setGeneralization(double generalization) |
void |
setPrecision(double precision) |
java.lang.String |
toHTMLString(boolean includeHTMLTags) |
public double getPrecision()
public void setPrecision(double precision)
precision - the precision to setpublic double getGeneralization()
public void setGeneralization(double generalization)
generalization - the generalization to setpublic java.lang.String toHTMLString(boolean includeHTMLTags)
toHTMLString in interface org.processmining.framework.util.HTMLToString