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 voidChenileTrajectoryInitializer.registerModelInChenile(TrajectoryDefinition trajectoryDefinition) static voidChenileTrajectoryInitializer.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.trajectoryDefinitionsMethods in org.chenile.core.model that return types with arguments of type TrajectoryDefinitionMethods in org.chenile.core.model with parameters of type TrajectoryDefinitionModifier and TypeMethodDescriptionvoidChenileConfiguration.addTrajectory(TrajectoryDefinition trajectoryDefinition) voidTrajectoryDefinition.merge(TrajectoryDefinition trajectoryDefinition)