Package org.movsim.output.detector

Examples of org.movsim.output.detector.LoopDetectors


            roadSegment.setSimpleRamp(simpleRamp);
        }

        // set up the detectors
        if (roadInput.isSetDetectors()) {
            roadSegment.setLoopDetectors(new LoopDetectors(roadSegment, roadInput.getDetectors()));
        }
        // set up the flow conserving bottlenecks
        if (roadInput.isSetFlowConservingInhomogeneities()) {
            roadSegment.setFlowConservingBottlenecks(new FlowConservingBottlenecks(roadInput
                    .getFlowConservingInhomogeneities()));
View Full Code Here

TOP

Related Classes of org.movsim.output.detector.LoopDetectors

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.