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

Examples of fr.soleil.lib.flyscan.model.parsing.configuration.fsobject.behavior.HookBehavior


                            } else if (name.equals(ParsingUtil.SENSOR)) {
                                currentObject = new SensorBehavior(currentSection);
                            } else if (name.equals(ParsingUtil.TIMEBASE)) {
                                currentObject = new TimeBaseBehavior(currentSection);
                            } else if (name.equals(ParsingUtil.HOOK)) {
                                currentObject = new HookBehavior(currentSection);
                            } else if (name.equals(ParsingUtil.MONITOR)) {
                                currentObject = new MonitorBehavior(currentSection);
                            }
                        } else if (currentSection instanceof ActorSection) {
                            if (name.equals(ParsingUtil.CONTEXT_MONITOR)) {
View Full Code Here

TOP

Related Classes of fr.soleil.lib.flyscan.model.parsing.configuration.fsobject.behavior.HookBehavior

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.