Class HystereseOperators
- java.lang.Object
-
- de.bsvrz.ibv.uda.interpreter.daten.hysterese.HystereseOperators
-
public final class HystereseOperators extends java.lang.Object
Definition der Operatoren für die Arbeit mit Hystereobjekten.
-
-
Field Summary
Fields Modifier and Type Field Description static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
HYSTERESE_KONSTRUKTOR
Konstruktor für ein Hystereobjekt.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
KLASSIFIZIERE
klassifiziert ein Hystereseobjekt.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[]
OPERATOREN
die Liste der unterstützten Operatoren.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
STUFE
ermittelt die aktuelle Stufe eines Hystereseobjekts.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
STUFEN_KONSTRUKTOR
Konstruktor für eine Hysteresestufe.
-
-
-
Field Detail
-
HYSTERESE_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator HYSTERESE_KONSTRUKTOR
Konstruktor für ein Hystereobjekt.
-
STUFEN_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator STUFEN_KONSTRUKTOR
Konstruktor für eine Hysteresestufe.
-
STUFE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator STUFE
ermittelt die aktuelle Stufe eines Hystereseobjekts.
-
KLASSIFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KLASSIFIZIERE
klassifiziert ein Hystereseobjekt.
-
OPERATOREN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN
die Liste der unterstützten Operatoren.
-
-