edu.iu.iv.modeling.tarl.input
Interface TopicParameters

All Known Implementing Classes:
DefaultTopicParameters

public interface TopicParameters

This interface defines the Parameters for the TopicManager module of Tarl. These parameters are used only by the TopicManager module.

Author:
Jeegar T Maru
See Also:
ExecuterParameters

Method Summary
 int getNumTopics()
          Returns the number of Topics for the Model
 void initializeDefault()
          Initializes the TopicParameters with default values
 void setNumTopics(int numTopics)
          Stores the number of Topics for the Model
 

Method Detail

initializeDefault

public void initializeDefault()
Initializes the TopicParameters with default values


getNumTopics

public int getNumTopics()
Returns the number of Topics for the Model

Returns:
the number of topics for the Model

setNumTopics

public void setNumTopics(int numTopics)
                  throws TarlException
Stores the number of Topics for the Model

Parameters:
numTopics - the number of topics for the Model
Throws:
TarlException - if the field is set with an invalid value