Home
last modified time | relevance | path

Searched defs:setPhaseName (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DTrafficlight.java243 public static SumoCommand setPhaseName(String tlsID, String name){ in setPhaseName() method in Trafficlight
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBTrafficLightLogic.cpp221 NBTrafficLightLogic::setPhaseName(int phaseIndex, const std::string& name) { in setPhaseName() function in NBTrafficLightLogic
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTrafficLight.cpp186 TrafficLight::setPhaseName(const std::string& tlsID, const std::string& name) { in setPhaseName() function in libsumo::TrafficLight
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_trafficlight.py240 def setPhaseName(self, tlsID, name): member in TrafficLightDomain
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptschedule.h523 void setPhaseName(int phase, const QString &name) { m_logPhase[ phase ] = name; } in setPhaseName() function
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.cpp1900 TraCIAPI::TrafficLightScope::setPhaseName(const std::string& tlsID, const std::string& name) const { in setPhaseName() function in TraCIAPI::TrafficLightScope