Uses of Class
org.chenile.core.model.TrajectoryOverride
Packages that use TrajectoryOverride
Package
Description
The chief model classes that contain Service and Operation information.
-
Uses of TrajectoryOverride in org.chenile.core.model
Fields in org.chenile.core.model with type parameters of type TrajectoryOverrideModifier and TypeFieldDescriptionprivate Map<String,TrajectoryOverride> ChenileServiceDefinition.trajectoryOverridesprivate Map<String,TrajectoryOverride> TrajectoryDefinition.trajectoryOverridesa map between the service name and the service reference to use for this trajectory.Methods in org.chenile.core.model that return types with arguments of type TrajectoryOverrideModifier and TypeMethodDescriptionChenileServiceDefinition.getTrajectoryOverrides()TrajectoryDefinition.getTrajectoryOverrides()Method parameters in org.chenile.core.model with type arguments of type TrajectoryOverrideModifier and TypeMethodDescriptionvoidChenileServiceDefinition.setTrajectoryOverrides(Map<String, TrajectoryOverride> trajectoryOverrides) voidTrajectoryDefinition.setTrajectoryOverrides(Map<String, TrajectoryOverride> trajectoryOverrides)