Uses of Interface
edu.iu.iv.modeling.tarl.util.AuthorsTopicBucket

Packages that use AuthorsTopicBucket
edu.iu.iv.modeling.tarl.publication   
edu.iu.iv.modeling.tarl.publication.impl   
edu.iu.iv.modeling.tarl.util.impl   
 

Uses of AuthorsTopicBucket in edu.iu.iv.modeling.tarl.publication
 

Methods in edu.iu.iv.modeling.tarl.publication with parameters of type AuthorsTopicBucket
 void PublicationManager.producePublicationsAtStart(AuthorsTopicBucket authorsTopicBucket)
          Produces the Publications for the specified authors and topic at the very start of the model
 void PublicationManager.producePublications(AuthorsTopicBucket authorsTopicBucket)
          Produces Publications for the specified Authors.
 

Uses of AuthorsTopicBucket in edu.iu.iv.modeling.tarl.publication.impl
 

Methods in edu.iu.iv.modeling.tarl.publication.impl with parameters of type AuthorsTopicBucket
 void DefaultPublicationManager.producePublicationsAtStart(AuthorsTopicBucket authorsTopicBucket)
          Produces the Publications for the specified authors and topic at the very start of the model
 void DefaultPublicationManager.producePublications(AuthorsTopicBucket authorsTopicBucket)
          Produces the Publications for the specified authors and topic
 

Uses of AuthorsTopicBucket in edu.iu.iv.modeling.tarl.util.impl
 

Classes in edu.iu.iv.modeling.tarl.util.impl that implement AuthorsTopicBucket
 class DefaultAuthorsTopicBucket
          This class is a default implemention of the AuthorsTopicBucketInterface.