Uses of Interface
ai.timefold.solver.core.preview.api.domain.metamodel.ShadowEntityMetaModel
Packages that use ShadowEntityMetaModel
Package
Description
This package contains classes and interfaces that represent the metamodel of the domain.
-
Uses of ShadowEntityMetaModel in ai.timefold.solver.core.impl.domain.solution.descriptor
Classes in ai.timefold.solver.core.impl.domain.solution.descriptor that implement ShadowEntityMetaModel -
Uses of ShadowEntityMetaModel in ai.timefold.solver.core.preview.api.domain.metamodel
Methods in ai.timefold.solver.core.preview.api.domain.metamodel that return ShadowEntityMetaModelModifier and TypeMethodDescriptiondefault <Entity_> ShadowEntityMetaModel<Solution_,Entity_> PlanningSolutionMetaModel.shadowEntity(Class<Entity_> entityClass) Returns the meta-model of theshadow planning entitywith the given class.Methods in ai.timefold.solver.core.preview.api.domain.metamodel that return types with arguments of type ShadowEntityMetaModelModifier and TypeMethodDescriptiondefault List<ShadowEntityMetaModel<Solution_,?>> PlanningSolutionMetaModel.shadowEntities()Returns the meta-models of shadowplanning entitiesknown to the solution.