Class EssentialStopInfo
Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.transport.masstransit
java.lang.Object
↳ world.mappable.mapkit.transport.masstransit.EssentialStopInfo
class EssentialStopInfo implements Serializable
Info for essential stop
Summary
Constructors
|
Signature and Description |
|
EssentialStopInfo(boolean first_stop, |
|
EssentialStopInfo() |
Methods
|
Type and modifiers |
Method and Description |
|
boolean |
getFirst_stop() |
|
boolean |
getIntermediate_terminus() |
|
boolean |
getImportant() |
|
boolean |
getLast_stop() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
EssentialStopInfo
|
EssentialStopInfo(boolean first_stop, |
EssentialStopInfo
|
EssentialStopInfo() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getFirst_stop
|
boolean getFirst_stop() |
First stop on thread
getIntermediate_terminus
|
boolean getIntermediate_terminus() |
Intermediate terminus stop on thread
getImportant
|
boolean getImportant() |
Important stop on thread
getLast_stop
|
boolean getLast_stop() |
Last stop on thread
serialize
|
@Override |