Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
ExportId |
ImmutableExport.exportId
id of this Export.
|
Modifier and Type | Method and Description |
---|---|
ExportId |
IdMapper.get(ExportId key)
Get mapping of ExportId.
|
Modifier and Type | Method and Description |
---|---|
ExportId |
IdMapper.get(ExportId key)
Get mapping of ExportId.
|
ImmutableExport |
CellRevision.getExport(ExportId exportId)
Returns ImmutableExport by its export id.
|
static ImmutableExport |
ImmutableExport.newInstance(ExportId exportId,
Name name,
TextDescriptor nameDescriptor,
int originalNodeId,
PortProtoId originalPortId,
boolean alwaysDrawn,
boolean bodyOnly,
PortCharacteristic characteristic)
Returns new ImmutableExport object.
|
Modifier and Type | Method and Description |
---|---|
ExportId |
Export.getId()
Method to return PortProtoId of this Export.
|
Modifier and Type | Method and Description |
---|---|
static Export |
Export.newInstance(Cell parent,
ExportId exportId,
java.lang.String name,
TextDescriptor nameTextDescriptor,
PortInst originalPort,
boolean alwaysDrawn,
boolean bodyOnly,
PortCharacteristic characteristic,
ErrorLogger errorLogger)
Factory method to create an Export
|
Modifier and Type | Method and Description |
---|---|
ExportId |
CellId.getPortId(int chronIndex)
Returns ExportId in this parent cell with specified chronological index.
|
ExportId |
CellId.newPortId(java.lang.String externalId)
Returns ExportId in this parent cell with specified external id.
|
ExportId |
CellId.randomExportId(java.lang.String suggestedId)
Creates new random exportId, unique in this session for this parent CellId.
|