Package trafficjams.model.interfaces

Examples of trafficjams.model.interfaces.IElementPosition


    public IElementPosition getNextPosition(IVehicle vehicle, float distance, IRoad nextElement) throws Exception {

        //assert (false);

        IElementPosition retVal = null;
        float  pos = this.value;
        boolean needKeepCross = element.needKeepCross(vehicle);

        if (needKeepCross){
            if (this.value>=0){
View Full Code Here

TOP

Related Classes of trafficjams.model.interfaces.IElementPosition

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.