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,
                  boolean intermediate_terminus,
                  boolean important,
                  boolean last_stop)

EssentialStopInfo()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

boolean

getFirst_stop()
First stop on thread

boolean

getIntermediate_terminus()
Intermediate terminus stop on thread

boolean

getImportant()
Important stop on thread

boolean

getLast_stop()
Last stop on thread

void

serialize(world.mappable.runtime.bindings.Archive archive)

Constuctors

EssentialStopInfo

EssentialStopInfo(boolean first_stop,
                  boolean intermediate_terminus,
                  boolean important,
                  boolean last_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
void serialize(world.mappable.runtime.bindings.Archive archive)