|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EDatabase | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
com.sun.electric.database.id | Package for Ids in the Electric database. |
com.sun.electric.database.network | Package for handling network control in Electric. |
com.sun.electric.database.topology | Package for connected Nodes and Arcs. |
com.sun.electric.database.variable | Package for handling variables. |
com.sun.electric.technology | Package for handling technology information. |
com.sun.electric.tool | Package for all synthesis and analysis tools. |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.redisplay |
Uses of EDatabase in com.sun.electric.database |
---|
Methods in com.sun.electric.database that return EDatabase | |
---|---|
EDatabase |
EObjectOutputStream.getDatabase()
|
EDatabase |
EObjectInputStream.getDatabase()
|
Constructors in com.sun.electric.database with parameters of type EDatabase | |
---|---|
EObjectInputStream(java.io.InputStream in,
EDatabase database)
Creates a new instance of EObjectInputStream |
|
EObjectOutputStream(java.io.OutputStream out,
EDatabase database)
|
Uses of EDatabase in com.sun.electric.database.hierarchy |
---|
Fields in com.sun.electric.database.hierarchy declared as EDatabase | |
---|---|
static EDatabase |
EDatabase.theDatabase
|
Methods in com.sun.electric.database.hierarchy that return EDatabase | |
---|---|
static EDatabase |
EDatabase.clientDatabase()
|
EDatabase |
Library.getDatabase()
Returns database to which this Library belongs. |
EDatabase |
Export.getDatabase()
Returns database to which this Export belongs. |
EDatabase |
Cell.getDatabase()
Returns database to which this Cell belongs. |
EDatabase |
Cell.CellGroup.getDatabase()
|
static EDatabase |
EDatabase.serverDatabase()
|
Uses of EDatabase in com.sun.electric.database.id |
---|
Methods in com.sun.electric.database.id with parameters of type EDatabase | |
---|---|
Technology |
TechId.inDatabase(EDatabase database)
Method to return the Technology representing TechId in the specified EDatabase. |
PrimitivePort |
PrimitivePortId.inDatabase(EDatabase database)
Method to return the PortProto representing PortProtoId in the specified EDatabase. |
PrimitiveNode |
PrimitiveNodeId.inDatabase(EDatabase database)
Method to return the NodeProto representing NodeProtoId in the specified EDatabase. |
abstract PortProto |
PortProtoId.inDatabase(EDatabase database)
Method to return the PortProto representing PortProtoId in the specified EDatabase. |
NodeProto |
NodeProtoId.inDatabase(EDatabase database)
Method to return the NodeProto representing NodeProtoId in the specified EDatabase. |
Library |
LibId.inDatabase(EDatabase database)
Method to return the Library representing LibId in the specified EDatabase. |
Export |
ExportId.inDatabase(EDatabase database)
Method to return the Export representing ExportId in the specified EDatabase. |
Cell |
CellId.inDatabase(EDatabase database)
Method to return the Cell representing CellId in the specified EDatabase. |
ArcProto |
ArcProtoId.inDatabase(EDatabase database)
Method to return the ArcProto representing ArcProtoId in the specified EDatabase. |
Uses of EDatabase in com.sun.electric.database.network |
---|
Constructors in com.sun.electric.database.network with parameters of type EDatabase | |
---|---|
NetworkManager(EDatabase database)
Creates a new instance of NetworkManager |
Uses of EDatabase in com.sun.electric.database.topology |
---|
Methods in com.sun.electric.database.topology that return EDatabase | |
---|---|
EDatabase |
PortInst.getDatabase()
Returns database to which this PortInst belongs. |
EDatabase |
Geometric.getDatabase()
Returns database to which this Geometric belongs. |
Uses of EDatabase in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return EDatabase | |
---|---|
abstract EDatabase |
ElectricObject.getDatabase()
Returns database to which this ElectricObject belongs. |
Uses of EDatabase in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology with parameters of type EDatabase | |
---|---|
void |
Technology.setup(EDatabase database)
Method to initialize a technology. |
Uses of EDatabase in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that return EDatabase | |
---|---|
EDatabase |
Job.getDatabase()
|
static EDatabase |
Job.threadDatabase()
|
Uses of EDatabase in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user with parameters of type EDatabase | |
---|---|
void |
ErrorHighlight.addToHighlighter(Highlighter h,
EDatabase database)
|
Cell |
ErrorHighlight.getCell(EDatabase database)
|
boolean |
ErrorLogger.MessageLog.isValid(EDatabase database)
Returns true if this error log is still valid (In a linked Cell, and all highlights are still valid) |
Uses of EDatabase in com.sun.electric.tool.user.redisplay |
---|
Fields in com.sun.electric.tool.user.redisplay declared as EDatabase | |
---|---|
EDatabase |
VectorCache.database
database to work. |
Constructors in com.sun.electric.tool.user.redisplay with parameters of type EDatabase | |
---|---|
VectorCache(EDatabase database)
Creates a new instance of VectorCache |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |