Uses of Class
edu.umd.cfar.lamp.viper.util.AbstractViperSelection

Packages that use AbstractViperSelection
edu.umd.cfar.lamp.viper.util Provides miscellanious utility classes for the ViPER suite.  
 

Uses of AbstractViperSelection in edu.umd.cfar.lamp.viper.util
 

Subclasses of AbstractViperSelection in edu.umd.cfar.lamp.viper.util
 class AbstractMultipleViperSubTree
          A simple subtree that can have multiple children at each node, unlike the chain-version that abstractViperSubtree supports.
 class AbstractSingleViperSubTree
          A simple, chain-type subtree.
 class AbstractViperSubTree
          Implements some of the more annoyingly repetative aspects of the ViperSubTree interface.
 class AttributeSelection
          A selection model for a single attribute.
 class DefaultSingleViperSubTree
          The default single subtree is a simple chain selection, where the nodes that are descendents of the chain are all marked as selected.
 class ViperSelectionSet
           
 class ViperSelectionSetWithPrimarySelection
          An extension to the 'set' type of selection to include information about which node in the viper tree was the last one to be added to the set.