edu.sdsc.mbt.viewables
Class AtomLabelNone

java.lang.Object
  extended byedu.sdsc.mbt.viewables.AtomLabelNone
All Implemented Interfaces:
AtomLabel

public class AtomLabelNone
extends java.lang.Object
implements AtomLabel

This class implements the AtomLabel interface by producing a null string label.

Author:
John L. Moreland
See Also:
AtomLabel, Atom

Field Summary
static java.lang.String NAME
           
 
Method Summary
static AtomLabelNone create()
          Return the singleton instance of this class.
 java.lang.String getAtomLabel(Atom atom)
          Produce a null label.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static AtomLabelNone create()
Return the singleton instance of this class.


getAtomLabel

public java.lang.String getAtomLabel(Atom atom)
Produce a null label.

Specified by:
getAtomLabel in interface AtomLabel