Class Bicycle
Inheritance
System.Object
Bicycle
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHBicycleModel.Model
Assembly: SOHBicycleModel.dll
Syntax
public class Bicycle : Vehicle<IBicycleSteeringCapable, IPassengerCapable, BicycleSteeringHandle, BicyclePassengerHandle>, ISpatialGraphEntity, IEntity, IModelObject, IPositionable, IVehicleEntrance<IBicycleSteeringCapable, IPassengerCapable, BicycleSteeringHandle, BicyclePassengerHandle>
Constructors
| Improve this Doc View SourceBicycle()
Declaration
public Bicycle()
Properties
| Improve this Doc View SourceBicycleParkingLot
Provides access to the parking lot if the bicycle is stored there.
Declaration
public BicycleParkingLot BicycleParkingLot { get; set; }
Property Value
Type | Description |
---|---|
BicycleParkingLot |
DriverMass
TODO: Remove driver mass dependency
Declaration
public double DriverMass { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Environment
Gets or sets the underlying managed ISpatialGraphEnvironment.
Declaration
public ISpatialGraphEnvironment Environment { get; set; }
Property Value
Type | Description |
---|---|
ISpatialGraphEnvironment |
Mass
Gets or sets the whole mass of this object in
(kg)
.
Declaration
public override double Mass { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
| Improve this Doc View SourceType
Gets or sets the type of this bicycle.
Declaration
public BicycleType Type { get; set; }
Property Value
Type | Description |
---|---|
BicycleType |
Weight
Gets or sets the weight for this bicycle in
(kg)
.
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WeightLoad
Gets or sets teh weight load of package for this bicycle in
(kg)
.
Declaration
public double WeightLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceCreatePassengerHandle()
Declaration
protected override BicyclePassengerHandle CreatePassengerHandle()
Returns
Type | Description |
---|---|
BicyclePassengerHandle |
Overrides
SOHDomain.Model.Vehicle<SOHBicycleModel.Steering.IBicycleSteeringCapable, SOHDomain.Steering.Capables.IPassengerCapable, SOHBicycleModel.Steering.BicycleSteeringHandle, SOHBicycleModel.Steering.BicyclePassengerHandle>.CreatePassengerHandle()
|
Improve this Doc
View Source
CreateSteeringHandle(IBicycleSteeringCapable)
Declaration
protected override BicycleSteeringHandle CreateSteeringHandle(IBicycleSteeringCapable driver)
Parameters
Type | Name | Description |
---|---|---|
IBicycleSteeringCapable | driver |
Returns
Type | Description |
---|---|
BicycleSteeringHandle |
Overrides
SOHDomain.Model.Vehicle<SOHBicycleModel.Steering.IBicycleSteeringCapable, SOHDomain.Steering.Capables.IPassengerCapable, SOHBicycleModel.Steering.BicycleSteeringHandle, SOHBicycleModel.Steering.BicyclePassengerHandle>.CreateSteeringHandle(SOHBicycleModel.Steering.IBicycleSteeringCapable)