Codota Logo
QLinkI.getAcceptingQLane
Code IndexAdd Codota to your IDE (free)

How to use
getAcceptingQLane
method
in
org.matsim.core.mobsim.qsim.qnetsimengine.QLinkI

Best Java code snippets using org.matsim.core.mobsim.qsim.qnetsimengine.QLinkI.getAcceptingQLane (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
OutputStreamWriter o =
  • Codota IconOutputStream out;new OutputStreamWriter(out)
  • Codota IconOutputStream out;String charsetName;new OutputStreamWriter(out, charsetName)
  • Codota IconHttpURLConnection connection;new OutputStreamWriter(connection.getOutputStream())
  • Smart code suggestions by Codota
}
origin: matsim-org/matsim

  public void addFromUpstream(QVehicle veh) {
    this.ql.getAcceptingQLane().addFromUpstream(veh);

  }
}
origin: matsim-org/matsim

public boolean isAcceptingFromUpstream() {
  return this.ql.getAcceptingQLane().isAcceptingFromUpstream();
}
origin: matsim-org/matsim

QLaneI nextQueueLane = nextQueueLink.getAcceptingQLane() ;
if (nextQueueLane.isAcceptingFromUpstream()) {
  moveVehicleFromInlinkToOutlink(veh, currentLink.getId(), fromLane, nextLinkId, nextQueueLane);
org.matsim.core.mobsim.qsim.qnetsimengineQLinkIgetAcceptingQLane

Popular methods of QLinkI

  • getLink
  • getOfferingQLanes
  • addParkedVehicle
    add vehicle at "activity" location Seems ok as public interface function. Rename to "addToParking(..
  • clearVehicles
    Seems ok as public interface function. kai, aug'15
  • doSimStep
    Seems ok as public interface function. kai, aug'15
  • isNotOfferingVehicle
  • letVehicleDepart
    Agent that ends a leg or an activity is computationally passed to the QSim. If the next PlanElement
  • registerAdditionalAgentOnLink
    if you want an agent visualized while he/she is computationally not on the link, register him/her he
  • registerDriverAgentWaitingForCar
    this is for driver agents who want to depart but their car is not (yet) there. Subject to design cha
  • removeParkedVehicle
    remove vehicle from "activity" location
  • unregisterAdditionalAgentOnLink
    inverse of "registerAdditionalAgentOnlyLink"
  • unregisterAdditionalAgentOnLink

Popular in Java

  • Updating database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • addToBackStack (FragmentTransaction)
  • onRequestPermissionsResult (Fragment)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Stack (java.util)
    The Stack class represents a last-in-first-out (LIFO) stack of objects. It extends class Vector with
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now