Package org.onebusaway.transit_data_federation.impl.otp.graph

Examples of org.onebusaway.transit_data_federation.impl.otp.graph.EdgeNarrativeImpl


  }

  @Override
  public StateEditor edit(Edge e, EdgeNarrative en) {
    if (en instanceof EdgeNarrativeImpl) {
      EdgeNarrativeImpl impl = (EdgeNarrativeImpl) en;
      if (getOptions().isArriveBy())
        impl.setToVertex(vertex);
      else
        impl.setFromVertex(vertex);
    }
    return new OBAStateEditor(this, e, en);
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.transit_data_federation.impl.otp.graph.EdgeNarrativeImpl

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.