v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ivi.GicPart |
Represents a Gic part
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GicPart() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<Integer> |
getApplicableLanes()
Returns applicable lanes
| ||||||||||
| List<Integer> |
getDetectionZoneIds()
Returns detection zone ids.
| ||||||||||
| IviDirection |
getDirection()
Returns the direction
| ||||||||||
| List<Integer> |
getDriverAwarenessZoneIds()
Return driverAwarenessZoneIds
| ||||||||||
| DriverCharacteristics |
getDriverCharacteristics()
Returns driver characteristics
| ||||||||||
| IviPurpose |
getIviPurpose()
Returns ivi purpose
| ||||||||||
| IviType |
getIviType()
Returns ivi type
| ||||||||||
| IviLaneStatus |
getLaneStatus()
Returns lane status
| ||||||||||
| Long |
getMinimumAwarenessTime(TimeUnit targetUnit)
Return minimumAwarenessTime
| ||||||||||
| List<Integer> |
getRelevanceZoneIds()
Returns the relevance zone ids
| ||||||||||
| List<RoadSignCode> |
getRoadSignCodes()
Returns road sign codes
| ||||||||||
| void |
setApplicableLanes(List<Integer> applicableLanes)
Sets applicable lanes
| ||||||||||
| void |
setDetectionZoneIds(List<Integer> detectionZoneIds)
Sets detection zone ids
| ||||||||||
| void |
setDirection(IviDirection direction)
Sets the direction
| ||||||||||
| void |
setDriverAwarenessZoneIds(List<Integer> driverAwarenessZoneIds)
Sets driver awareness zone ids
| ||||||||||
| void |
setDriverCharacteristics(DriverCharacteristics driverCharacteristics)
Sets driver charactheristics
| ||||||||||
| void |
setIviPurpose(IviPurpose iviPurpose)
Sets ivi purpose
| ||||||||||
| void |
setIviType(IviType iviType)
Sets ivi type
| ||||||||||
| void |
setLaneStatus(IviLaneStatus laneStatus)
Sets lane status
| ||||||||||
| void |
setMinimumAwarenessTime(long minimumAwarenessTime, TimeUnit minimumAwarenessTimeUnit)
Sets the minimumAwarenessTime and its time unit
| ||||||||||
| void |
setRelevanceZoneIds(List<Integer> relevanceZoneIds)
Sets relevance zone ids
| ||||||||||
| void |
setRoadSignCodes(List<RoadSignCode> roadSignCodes)
Sets road sign codes
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns applicable lanes
Returns detection zone ids.
Return driverAwarenessZoneIds
Returns driver characteristics
Return minimumAwarenessTime
| targetUnit | the unit of time we wait the result in |
|---|
Returns the relevance zone ids
Sets applicable lanes
| applicableLanes | list |
|---|
Sets detection zone ids
| detectionZoneIds | list of detection zone id |
|---|
Sets driver awareness zone ids
| driverAwarenessZoneIds | list of driver awareness zone id |
|---|
Sets driver charactheristics
Sets the minimumAwarenessTime and its time unit
Sets relevance zone ids
| relevanceZoneIds | list of relevance zone id |
|---|