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.HandlerHandler 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.Objectperform(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator, java.util.List<?> operanden)de.bsvrz.sys.funclib.bitctrl.interpreter.HandlerValidationvalidiereHandler(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:
getHandledOperatorsin 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:
performin 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:
validiereHandlerin classde.bsvrz.sys.funclib.bitctrl.interpreter.Handler
-
-