byucc.jhdl.parsers.edif.sablecc.translation
Class DefaultEdifFactory
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.translation.DefaultEdifFactory
- All Implemented Interfaces:
- EdifFactory
- Direct Known Subclasses:
- JHDLEdifFactory
- public class DefaultEdifFactory
- extends java.lang.Object
- implements EdifFactory
This class implements a default EdifFactory interface
and generates the default versions of EdifCell, EdifNet,
and EdifPort.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEdifFactory
public DefaultEdifFactory()
createEdifCell
public EdifCell createEdifCell()
- Specified by:
createEdifCell
in interface EdifFactory
createEdifNet
public EdifNet createEdifNet()
- Specified by:
createEdifNet
in interface EdifFactory
createEdifPort
public EdifPort createEdifPort()
- Specified by:
createEdifPort
in interface EdifFactory
createEdifPort
public EdifPort createEdifPort(EdifPort port)
- Specified by:
createEdifPort
in interface EdifFactory
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.