Uses of Class
org.chenile.core.model.TrajectoryDefinition
Packages that use TrajectoryDefinition
Package
Description
Core Chenile initialization and discovery of all Chenile services.
The chief model classes that contain Service and Operation information.
-
Uses of TrajectoryDefinition in org.chenile.core.init
Methods in org.chenile.core.init that return types with arguments of type TrajectoryDefinitionModifier and TypeMethodDescriptionprotected Class<TrajectoryDefinition>
ChenileTrajectoryInitializer.getModelType()
Methods in org.chenile.core.init with parameters of type TrajectoryDefinitionModifier and TypeMethodDescriptionprotected void
ChenileTrajectoryInitializer.registerModelInChenile
(TrajectoryDefinition trajectoryDefinition) static void
ChenileTrajectoryInitializer.registerTrajectoryDefinition
(TrajectoryDefinition trajectoryDefinition, ChenileConfiguration chenileConfiguration, ApplicationContext applicationContext) -
Uses of TrajectoryDefinition in org.chenile.core.model
Fields in org.chenile.core.model with type parameters of type TrajectoryDefinitionModifier and TypeFieldDescriptionprivate final Map<String,
TrajectoryDefinition> ChenileConfiguration.trajectoryDefinitions
Methods in org.chenile.core.model that return types with arguments of type TrajectoryDefinitionMethods in org.chenile.core.model with parameters of type TrajectoryDefinitionModifier and TypeMethodDescriptionvoid
ChenileConfiguration.addTrajectory
(TrajectoryDefinition trajectoryDefinition) void
TrajectoryDefinition.merge
(TrajectoryDefinition trajectoryDefinition)