Package org.opentripplanner.api.model

Examples of org.opentripplanner.api.model.Leg


    public final String getFeedName() {
        return "mmri/3i";
    }

    public void test3i1() {
        Leg leg = plan(+1388530860L, "3i1", "3i2", null, false, false, null, "", "");

        validateLeg(leg, 1388530860000L, 1388530920000L, "3i2", "3i1", "Unknown effect");
    }
View Full Code Here


    public final String getFeedName() {
        return "mmri/3c";
    }

    public void test3c1() {
        Leg leg = plan(+1388531040L, "3c2", "3c3", null, false, false, null, "", "");

        validateLeg(leg, 1388531040000L, 1388531100000L, "3c3", "3c2", null);
    }
View Full Code Here

    public final String getFeedName() {
        return "mmri/3d";
    }

    public void test3d1() {
        Leg leg = plan(+1388530860L, "3d1", "3d2", null, false, false, null, "3d|1", "");

        validateLeg(leg, 1388530860000L, 1388530980000L, "3d2", "3d1", null);
    }
View Full Code Here

TOP

Related Classes of org.opentripplanner.api.model.Leg

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.