byucc.edif
Interface EdifNameable

All Superinterfaces:
EdifOut, Nameable
All Known Implementing Classes:
MultiNamedObject, NamedObject, RenamedObject

public interface EdifNameable
extends Nameable, EdifOut

Used for names that require both the Nameable interface and the ability to be printed in the Edif format. It implements both Nameable and EdifOut.

Version:
$Id: EdifNameable.java,v 1.3 2004/06/24 21:12:48 tsa6 Exp $
Author:
Mike Wirthlin

Method Summary
 java.lang.Object clone()
           
 
Methods inherited from interface byucc.edif.Nameable
getName
 
Methods inherited from interface byucc.edif.EdifOut
toEdif
 

Method Detail

clone

java.lang.Object clone()