Uses of Class
ai.rev.topicextraction.models.Informant
-
Packages that use Informant Package Description ai.rev.topicextraction.models -
-
Uses of Informant in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return types with arguments of type Informant Modifier and Type Method Description List<Informant>Topic. getInformants()Returns the informants.Method parameters in ai.rev.topicextraction.models with type arguments of type Informant Modifier and Type Method Description voidTopic. setInformants(List<Informant> informants)Specifies the list of informants.
-