Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_JM_IGNORE_FOE_PROB (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicleType.cpp176 case SUMO_ATTR_JM_IGNORE_FOE_PROB: in getAttribute()
394 case SUMO_ATTR_JM_IGNORE_FOE_PROB: in setAttribute()
488 case SUMO_ATTR_JM_IGNORE_FOE_PROB: in isValid()
673 if (!newVTypeParameter->getJMParamString(SUMO_ATTR_JM_IGNORE_FOE_PROB, "").empty()) { in overwriteVType()
674 …vType->setAttribute(SUMO_ATTR_JM_IGNORE_FOE_PROB, toString(newVTypeParameter->getCFParam(SUMO_ATTR… in overwriteVType()
818 case SUMO_ATTR_JM_IGNORE_FOE_PROB: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp565 … && ego->getVehicleType().getParameter().getJMParam(SUMO_ATTR_JM_IGNORE_FOE_PROB, 0) > 0) { in blockedAtTime()
568 …ignoreFoeProb=" << ego->getVehicleType().getParameter().getJMParam(SUMO_ATTR_JM_IGNORE_FOE_PROB, 0) in blockedAtTime()
575 … || ego->getVehicleType().getParameter().getJMParam(SUMO_ATTR_JM_IGNORE_FOE_PROB, 0) == 0 in blockedAtTime()
577 …|| ego->getVehicleType().getParameter().getJMParam(SUMO_ATTR_JM_IGNORE_FOE_PROB, 0) < RandHelper::… in blockedAtTime()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h587 SUMO_ATTR_JM_IGNORE_FOE_PROB, enumerator
H A DSUMOXMLDefinitions.cpp387 { "jmIgnoreFoeProb", SUMO_ATTR_JM_IGNORE_FOE_PROB },
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNEVehicleTypeDialog.cpp550 myJMIgnoreFoeProb = new VTypeAttributeRow(this, column, SUMO_ATTR_JM_IGNORE_FOE_PROB, 1); in buildJunctionModelAttributesA()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVehicleParserHelper.cpp809 allowedJMAttrs.insert(SUMO_ATTR_JM_IGNORE_FOE_PROB); in parseJMParams()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp4139 attrProperty = AttributeProperties(SUMO_ATTR_JM_IGNORE_FOE_PROB, in fillJunctionModelAttributes()