byucc.jhdl.synth.graph
Interface Nameable

All Known Implementing Classes:
NamedObject

public interface Nameable

This interface is used to provide names for Vertices/Graphs/etc.

Author:
Mike Wirthlin

Method Summary
 java.lang.String getName()
          Returns the name of this object.
 void setName(java.lang.String name)
          Sets the name of this object.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this object.

Returns:
a String containing the name of this object

setName

public void setName(java.lang.String name)
Sets the name of this object.

Parameters:
name - the new name for this object


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.