com.sun.electric.tool.generator.flag
Class FlagConstructorData

java.lang.Object
  extended by com.sun.electric.tool.generator.flag.FlagConstructorData

public class FlagConstructorData
extends java.lang.Object

I bundle all the data to be passed by the physical design contructors into a single object because I'd like to be able to add things in the future without changing existing code that may be stored with the design.


Method Summary
 Job getJob()
           
 Cell getLayoutCell()
           
 Cell getSchematicCell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLayoutCell

public Cell getLayoutCell()

getSchematicCell

public Cell getSchematicCell()

getJob

public Job getJob()