Uses of Class
com.viglet.turing.persistence.model.nlp.TurNLPEntity
Packages that use TurNLPEntity
Package
Description
-
Uses of TurNLPEntity in com.viglet.turing.api.entity
Methods in com.viglet.turing.api.entity that return TurNLPEntityModifier and TypeMethodDescriptionTurNLPEntityAPI.turNLPEntityAdd(TurNLPEntity turNLPEntity) TurNLPEntityAPI.turNLPEntityGet(String id) TurNLPEntityAPI.turNLPEntityStructure()TurNLPEntityAPI.turNLPEntityUpdate(String id, TurNLPEntity turNLPEntity) Methods in com.viglet.turing.api.entity that return types with arguments of type TurNLPEntityModifier and TypeMethodDescriptionTurNLPEntityAPI.turNLPEntityList()TurNLPEntityAPI.turNLPEntityLocal()Methods in com.viglet.turing.api.entity with parameters of type TurNLPEntityModifier and TypeMethodDescriptionTurNLPEntityAPI.turNLPEntityAdd(TurNLPEntity turNLPEntity) TurNLPEntityAPI.turNLPEntityUpdate(String id, TurNLPEntity turNLPEntity) -
Uses of TurNLPEntity in com.viglet.turing.persistence.repository.nlp
Methods in com.viglet.turing.persistence.repository.nlp that return TurNLPEntityModifier and TypeMethodDescriptionTurNLPEntityRepository.findByInternalName(String internalName) TurNLPEntityRepository.findByName(String name) Methods in com.viglet.turing.persistence.repository.nlp that return types with arguments of type TurNLPEntityModifier and TypeMethodDescriptionTurNLPEntityRepository.findByEnabled(int enabled) TurNLPEntityRepository.findByLocal(int local) -
Uses of TurNLPEntity in com.viglet.turing.thesaurus
Methods in com.viglet.turing.thesaurus that return TurNLPEntity