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