@Deprecated
public interface CausalActivityMatrix
extends org.processmining.framework.util.HTMLToString
Modifier and Type | Method and Description |
---|---|
void |
exportToFile(java.io.File file)
Deprecated.
|
java.util.List<org.deckfour.xes.classification.XEventClass> |
getActivities()
Deprecated.
Returns the (ordered) list of activities.
|
java.lang.String |
getLabel()
Deprecated.
Returns the label for this matrix.
|
double |
getMatch(CausalActivityMatrix matrix)
Deprecated.
Gets the value how good the given matrix matches this matrix:
- 1.0 means a perfect positive match, both matrices are equal.
|
double |
getValue(org.deckfour.xes.classification.XEventClass rowActivity,
org.deckfour.xes.classification.XEventClass columnActivity)
Deprecated.
Gets the value for the given row and column activity.
|
void |
importFromStream(java.io.InputStream input)
Deprecated.
|
void |
init(java.lang.String label,
java.util.Set<org.deckfour.xes.classification.XEventClass> activities)
Deprecated.
Initializes the matrix for the given collection of activities.
|
void |
setValue(org.deckfour.xes.classification.XEventClass rowActivity,
org.deckfour.xes.classification.XEventClass columnActivity,
double value)
Deprecated.
Sets the value for the given row and column activity.
|
void init(java.lang.String label, java.util.Set<org.deckfour.xes.classification.XEventClass> activities)
label
- The label to use for this matrix.activities
- The given collection of activities.java.lang.String getLabel()
java.util.List<org.deckfour.xes.classification.XEventClass> getActivities()
void setValue(org.deckfour.xes.classification.XEventClass rowActivity, org.deckfour.xes.classification.XEventClass columnActivity, double value)
rowActivity
- The given row activity.columnActivity
- The given column activity.value
- The given value.double getValue(org.deckfour.xes.classification.XEventClass rowActivity, org.deckfour.xes.classification.XEventClass columnActivity)
rowActivity
- The given row activity.columnActivity
- The given column activity.double getMatch(CausalActivityMatrix matrix)
matrix
- void importFromStream(java.io.InputStream input) throws java.io.IOException
java.io.IOException
void exportToFile(java.io.File file) throws java.io.IOException
java.io.IOException