public final class UdaFuzzyOperators
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ALGPRODUKT
ermittelt das algebraische Produkt.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ALGSUMME
ermittelt die algebraische Summe.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
DEFUZZYFIZIERE
defuzzyfiziert einen Fuzzywert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
FUZZYFIZIERE
ermittelt einen Fuzzywert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
FUZZYWERT
erzeugt einen "leeren" Fuzzywert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
GAMMA
ermittelt den Gamma-Wert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
KOMPLEMENT
ermittelt den Komplementärwert.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
LING_TERM_KONSTRUKTOR
erzeugt einen liguistischen Term.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
LING_VAR_KONSTRUKTOR
erzeugt eine liguistische Variable.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MAXIMUM
ermittelt das Maximum.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MINIMUM
ermittelt das Minimum.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] |
OPERATOREN
die Liste der verfügbaren Operatoren.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ZUGEHOERIGKEIT
ermittelt die Zugehörigkeit.
|
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_TERM_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_VAR_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator DEFUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYWERT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ZUGEHOERIGKEIT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MAXIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGSUMME
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KOMPLEMENT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GAMMA
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MINIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGPRODUKT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN