Examples of EdgeNarrativeImpl


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
Copyright © 2018 www.massapi.com. 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.