net.ontopia.topicmaps.viz
Class VizTopicTypePriorityConfigManager

java.lang.Object
  extended by net.ontopia.topicmaps.viz.VizTopicTypePriorityConfigManager

public class VizTopicTypePriorityConfigManager
extends Object


Constructor Summary
VizTopicTypePriorityConfigManager(VizTopicMapConfigurationManager tmConfig)
           
 
Method Summary
 void augmentTopicTypeRank(Collection topicTypes)
           
 void changeRank(TopicIF realTopic, boolean up)
           
 List getConfiguredTopicTypeRank()
           
 TopicIF getDefaultTypePrecedenceTopic()
           
 List getRankedTopicTypes(Collection realTopics)
           
 TopicIF highestRankedType(List realTypes)
           
 boolean isRanked(TopicIF configTopic)
           
 void rankLast(TopicIF source)
          Add source to the end of the ranking list.
 void rankNextTo(TopicIF ranked, TopicIF toRank, boolean before)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VizTopicTypePriorityConfigManager

public VizTopicTypePriorityConfigManager(VizTopicMapConfigurationManager tmConfig)
Method Detail

rankLast

public void rankLast(TopicIF source)
Add source to the end of the ranking list.

Parameters:
source - The topic to be added to the end of the ranking list.

rankNextTo

public void rankNextTo(TopicIF ranked,
                       TopicIF toRank,
                       boolean before)

isRanked

public boolean isRanked(TopicIF configTopic)

getConfiguredTopicTypeRank

public List getConfiguredTopicTypeRank()

getRankedTopicTypes

public List getRankedTopicTypes(Collection realTopics)

augmentTopicTypeRank

public void augmentTopicTypeRank(Collection topicTypes)

changeRank

public void changeRank(TopicIF realTopic,
                       boolean up)

highestRankedType

public TopicIF highestRankedType(List realTypes)

getDefaultTypePrecedenceTopic

public TopicIF getDefaultTypePrecedenceTopic()


Copyright © 2000-2012 Ontopia.