public class InconsistencyUpdateEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Formula |
f |
protected java.lang.Double |
inconsistencyValue |
protected StreamBasedInconsistencyMeasure<?> |
measure |
protected InconsistencyMeasurementProcess<?> |
process |
| Constructor and Description |
|---|
InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure,
InconsistencyMeasurementProcess<?> process,
java.lang.Double inconsistencyValue,
Formula f)
Creates a new event with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
protected StreamBasedInconsistencyMeasure<?> measure
protected InconsistencyMeasurementProcess<?> process
protected java.lang.Double inconsistencyValue
protected Formula f
public InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure, InconsistencyMeasurementProcess<?> process, java.lang.Double inconsistencyValue, Formula f)
measure - process - inconsistencyValue - f -