edu.umd.cfar.lamp.viper.gui.chronology
Class VNominalAttribute

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.chronology.ViperNodeTimeLine
      extended byedu.umd.cfar.lamp.viper.gui.chronology.VNominalAttribute

public class VNominalAttribute
extends ViperNodeTimeLine

Author:
davidm To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
VNominalAttribute(Attribute a)
           
VNominalAttribute(Attribute a, java.util.Comparator c)
           
 
Method Summary
 Attribute getAttribute()
           
 java.util.Iterator getChildren()
           
 java.awt.Color getColorFor(Interval segment)
           
 TemporalRange getMyRange()
           
 Node getNode()
           
 int getNumberOfChildren()
           
 java.lang.String getPluralName()
           
 java.lang.String getSingularName()
           
 java.lang.String getTitle()
           
 
Methods inherited from class edu.umd.cfar.lamp.viper.gui.chronology.ViperNodeTimeLine
getViewModel, setViewModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VNominalAttribute

public VNominalAttribute(Attribute a)

VNominalAttribute

public VNominalAttribute(Attribute a,
                         java.util.Comparator c)
Method Detail

getNode

public Node getNode()
Specified by:
getNode in class ViperNodeTimeLine

getAttribute

public Attribute getAttribute()

getMyRange

public TemporalRange getMyRange()

getTitle

public java.lang.String getTitle()

getChildren

public java.util.Iterator getChildren()

getNumberOfChildren

public int getNumberOfChildren()

getSingularName

public java.lang.String getSingularName()

getPluralName

public java.lang.String getPluralName()

getColorFor

public java.awt.Color getColorFor(Interval segment)