Uses of Class
ca.site.elkb.HeadInfo

Packages that use HeadInfo
ca.site.elkb   
wordCluster   
 

Uses of HeadInfo in ca.site.elkb
 

Methods in ca.site.elkb that return HeadInfo
 HeadInfo Category.getHeadInfo(int headNum)
          Returns the array of HeadInfo objects.
 

Methods in ca.site.elkb that return types with arguments of type HeadInfo
 java.util.ArrayList<HeadInfo> Section.getHeadInfoList()
          Returns the array of HeadInfo objects of this Section.
 java.util.ArrayList<HeadInfo> Group.getHeadList()
          Returns the array of HeadInfo objects.
 java.util.ArrayList<HeadInfo> Category.getHeadList()
          Returns the array of HeadInfo objects.
 

Methods in ca.site.elkb with parameters of type HeadInfo
 void Group.addHead(HeadInfo head)
          Add a HeadInfo object to this Group.
 void Section.addHeadInfo(HeadInfo head)
          Adds a HeadInfo object to this Section.
 void Category.addToHeadList(HeadInfo rogetHead)
          adds a RogetHead to the headList.
 

Uses of HeadInfo in wordCluster
 

Methods in wordCluster that return HeadInfo
 HeadInfo ComparableArray.getHeadInfo()
          get HeadInfo
 

Methods in wordCluster with parameters of type HeadInfo
 void ComparableArray.setHeadInfo(HeadInfo hi)
          set HeadInfo