Package fr.soleil.lib.flyscan.model.parsing.configuration.fsobject.actor

Examples of fr.soleil.lib.flyscan.model.parsing.configuration.fsobject.actor.ContinuousActuator


                            if (name.equals(ParsingUtil.CONTEXT_MONITOR)) {
                                currentObject = new ContextMonitor(currentSection);
                            } else if (name.equals(ParsingUtil.ACTUATOR)) {
                                currentObject = new StepByStepActuator(currentSection);
                            } else if (name.equals(ParsingUtil.CONTINUOUS_ACTUATOR)) {
                                currentObject = new ContinuousActuator(currentSection);
                            }
//                        else if (name.equals(ParsingUtil.CUSTOM_ACTUATOR)) {
//                            currentObject = new CustomActuator(currentSection);
//                        }
                            else if (name.equals(ParsingUtil.SENSOR)) {
View Full Code Here

TOP

Related Classes of fr.soleil.lib.flyscan.model.parsing.configuration.fsobject.actor.ContinuousActuator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.