private TopicExpressionEvaluator m_evaluator;
private TopicSpaceSet m_topicSpaceSet;
protected void setUp() throws Exception
{
m_evaluator = new ConcreteTopicExpressionEvaluator();
m_topicSpaceSet = new TopicSpaceSetImpl( true );
TopicSpace topicSpace0 = m_topicSpaceSet.addTopicSpace( new TopicSpaceImpl( "" ) );
topicSpace0.addTopic( "celebs" );
TopicSpace topicSpace1 = m_topicSpaceSet.addTopicSpace( new TopicSpaceImpl( NSURI1 ) );
Topic sportsTopic = topicSpace1.addTopic( "sports" );