KSLCore
Toggle table of contents
R1.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.fleet
/
TourStop
Tour
Stop
class
TourStop
(
val
location
:
String
,
val
action
:
TourStopActionIfc
)
(
source
)
One leg of a tour: somewhere to be, and something to do there.
Members
Constructors
Tour
Stop
Link copied to clipboard
constructor
(
location
:
String
,
action
:
TourStopActionIfc
)
Properties
action
Link copied to clipboard
val
action
:
TourStopActionIfc
location
Link copied to clipboard
val
location
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String