public class

StationInfoThrottlePosition

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.bsm.StationInfoThrottlePosition

Class Overview

Represents throttle position parameters with regards to a station (BSM).

Summary

Fields
public static final StationInfoThrottlePosition UNAVAILABLE Represents the unavailable throttle position value.
Public Constructors
StationInfoThrottlePosition(ThrottlePosition position, ThrottleConfidence confidence)
Creates a new throttle position instance.
Public Methods
boolean equals(Object o)
ThrottleConfidence getConfidence()
Returns the throttle confidence.
ThrottlePosition getPosition()
Returns the throttle position.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final StationInfoThrottlePosition UNAVAILABLE

Represents the unavailable throttle position value.

Public Constructors

public StationInfoThrottlePosition (ThrottlePosition position, ThrottleConfidence confidence)

Creates a new throttle position instance.

Parameters
position throttle position
confidence throttle confidence

Public Methods

public boolean equals (Object o)

public ThrottleConfidence getConfidence ()

Returns the throttle confidence.

Returns
  • throttle confidence

public ThrottlePosition getPosition ()

Returns the throttle position.

Returns
  • throttle position

public int hashCode ()

public String toString ()