Class UdaFuzzyOperators
- java.lang.Object
-
- de.bsvrz.ibv.uda.interpreter.daten.fuzzy.UdaFuzzyOperators
-
public final class UdaFuzzyOperators extends java.lang.ObjectDefinition der Operatoren zur Ausführung von Fuzzy-Operationen.
-
-
Field Summary
Fields Modifier and Type Field Description static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorALGPRODUKTermittelt das algebraische Produkt.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorALGSUMMEermittelt die algebraische Summe.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorDEFUZZYFIZIEREdefuzzyfiziert einen Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorFUZZYFIZIEREermittelt einen Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorFUZZYWERTerzeugt einen "leeren" Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorGAMMAermittelt den Gamma-Wert.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorKOMPLEMENTermittelt den Komplementärwert.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorLING_TERM_KONSTRUKTORerzeugt einen liguistischen Term.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorLING_VAR_KONSTRUKTORerzeugt eine liguistische Variable.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorMAXIMUMermittelt das Maximum.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorMINIMUMermittelt das Minimum.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[]OPERATORENdie Liste der verfügbaren Operatoren.static de.bsvrz.sys.funclib.bitctrl.interpreter.OperatorZUGEHOERIGKEITermittelt die Zugehörigkeit.
-
-
-
Field Detail
-
LING_TERM_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_TERM_KONSTRUKTOR
erzeugt einen liguistischen Term.
-
LING_VAR_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_VAR_KONSTRUKTOR
erzeugt eine liguistische Variable.
-
FUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYFIZIERE
ermittelt einen Fuzzywert.
-
DEFUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator DEFUZZYFIZIERE
defuzzyfiziert einen Fuzzywert.
-
FUZZYWERT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYWERT
erzeugt einen "leeren" Fuzzywert.
-
ZUGEHOERIGKEIT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ZUGEHOERIGKEIT
ermittelt die Zugehörigkeit.
-
MAXIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MAXIMUM
ermittelt das Maximum.
-
ALGSUMME
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGSUMME
ermittelt die algebraische Summe.
-
KOMPLEMENT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KOMPLEMENT
ermittelt den Komplementärwert.
-
GAMMA
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GAMMA
ermittelt den Gamma-Wert.
-
MINIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MINIMUM
ermittelt das Minimum.
-
ALGPRODUKT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGPRODUKT
ermittelt das algebraische Produkt.
-
OPERATOREN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN
die Liste der verfügbaren Operatoren.
-
-