Class UdaFuzzyHandler
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.interpreter.Handler
-
- de.bsvrz.ibv.uda.interpreter.daten.fuzzy.UdaFuzzyHandler
-
public class UdaFuzzyHandler extends de.bsvrz.sys.funclib.bitctrl.interpreter.Handler
Handler für die Ausführung von Fuzzy-Opertaionen innerhalb eines UdaInterpreter.
-
-
Constructor Summary
Constructors Constructor Description UdaFuzzyHandler()
-
Method Summary
Modifier and Type Method Description de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[]
getHandledOperators()
java.lang.Object
perform(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator, java.util.List<?> operanden)
de.bsvrz.sys.funclib.bitctrl.interpreter.HandlerValidation
validiereHandler(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator, java.util.List<?> operanden)
-
-
-
Method Detail
-
getHandledOperators
public de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] getHandledOperators()
- Specified by:
getHandledOperators
in classde.bsvrz.sys.funclib.bitctrl.interpreter.Handler
-
perform
public java.lang.Object perform(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator, java.util.List<?> operanden)
- Specified by:
perform
in classde.bsvrz.sys.funclib.bitctrl.interpreter.Handler
-
validiereHandler
public de.bsvrz.sys.funclib.bitctrl.interpreter.HandlerValidation validiereHandler(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator, java.util.List<?> operanden)
- Specified by:
validiereHandler
in classde.bsvrz.sys.funclib.bitctrl.interpreter.Handler
-
-