Uses of Class
net.adambruce.dsn.now.model.merged.MergedDishData
Packages that use MergedDishData
Package
Description
Contains merged DSN Now configuration and state models.
-
Uses of MergedDishData in net.adambruce.dsn.now.model.merged
Methods in net.adambruce.dsn.now.model.merged that return types with arguments of type MergedDishDataModifier and TypeMethodDescriptionMergedStationData.getDishes()the dishes located at this ground stationConstructor parameters in net.adambruce.dsn.now.model.merged with type arguments of type MergedDishDataModifierConstructorDescriptionMergedStationData(String name, String friendlyName, Double longitude, Double latitude, Instant time, ZoneOffset timeZoneOffset, List<MergedDishData> dishes) Creates a newMergedStationDatainstance.