Uses of Class
com.sun.electric.database.id.ExportId

Packages that use ExportId
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. 
 

Uses of ExportId in com.sun.electric.database
 

Fields in com.sun.electric.database declared as ExportId
 ExportId ImmutableExport.exportId
          id of this Export.
 

Methods in com.sun.electric.database that return ExportId
 ExportId IdMapper.get(ExportId key)
          Get mapping of ExportId.
 

Methods in com.sun.electric.database with parameters of type ExportId
 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.
 

Uses of ExportId in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return ExportId
 ExportId Export.getId()
          Method to return PortProtoId of this Export.
 

Methods in com.sun.electric.database.hierarchy with parameters of type ExportId
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
 

Uses of ExportId in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return ExportId
 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.