S - The type of formulasT - The type of belief basespublic abstract class WindowInconsistencyMeasurementProcess<S extends net.sf.tweety.commons.Formula> extends InconsistencyMeasurementProcess<S>
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_AGGREGATIONFUNCTION
Key for the configuration map that points to the aggregation function used.
|
static String |
CONFIG_MEASURE
Key for the configuration map that points to the inconsistency measure to be used.
|
static String |
CONFIG_NAME
Key for the configuration map that points to the name to be used.
|
static String |
CONFIG_WINDOWSIZE
Key for the configuration map that points to the window size to be used.
|
CONFIG_TIMEOUTMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
WindowInconsistencyMeasurementProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(Map<String,Object> config)
Additional initialization statements are put here.
|
String |
toString() |
protected double |
update(S formula)
Updates the inconsistency value with the new formula.
|
abort, getInconsistencyValue, init, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yieldpublic static final String CONFIG_MEASURE
public static final String CONFIG_WINDOWSIZE
public static final String CONFIG_AGGREGATIONFUNCTION
public static final String CONFIG_NAME
public WindowInconsistencyMeasurementProcess()
protected void init(Map<String,Object> config)
InconsistencyMeasurementProcessinit in class InconsistencyMeasurementProcess<S extends net.sf.tweety.commons.Formula>protected double update(S formula)
InconsistencyMeasurementProcessupdate in class InconsistencyMeasurementProcess<S extends net.sf.tweety.commons.Formula>formula - some formula.public String toString()
toString in class InconsistencyMeasurementProcess<S extends net.sf.tweety.commons.Formula>Copyright © 2018. All rights reserved.