Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.user.redisplay |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableArcInst
Immutable class ImmutableArcInst represents an arc instance.
|
class |
ImmutableCell
Immutable class ImmutableCell represents a cell.
|
class |
ImmutableExport
Immutable class ImmutableExport represents an export.
|
class |
ImmutableIconInst |
class |
ImmutableLibrary
Immutable class ImmutableLibrary represents a library.
|
class |
ImmutableNodeInst
Immutable class ImmutableNodeInst represents a node instance.
|
class |
ImmutablePortInst
Immutable class which stores varaibles of PortInst.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ImmutableElectricObject> |
SnapshotAnalyze.getAdded(CellId cid)
Method to return a List of objects that were added in a given Cell.
|
java.util.Set<ImmutableElectricObject> |
SnapshotAnalyze.getRemoved(CellId cid)
Method to return a List of objects that were deleted from a given Cell.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SnapshotAnalyze.describeImmutableObject(Cell cell,
ImmutableElectricObject obj) |
boolean |
ImmutablePortInst.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
boolean |
ImmutableNodeInst.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fields of this object.
|
boolean |
ImmutableLibrary.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
boolean |
ImmutableIconInst.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fields of this object.
|
boolean |
ImmutableExport.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
abstract boolean |
ImmutableElectricObject.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
boolean |
ImmutableCell.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
boolean |
ImmutableArcInst.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fields of this object.
|
boolean |
ImmutableElectricObject.equalsVariables(ImmutableElectricObject o)
Indicates whether variables of other ImmutableElectricObject are equal to variables of this ImmutableElectricObject.
|
Modifier and Type | Method and Description |
---|---|
abstract ImmutableElectricObject |
ElectricObject.getD()
Returns persistent data of this ElectricObject with Variables.
|
Modifier and Type | Method and Description |
---|---|
ImmutableElectricObject |
AbstractShapeBuilder.getCurObj() |
Modifier and Type | Method and Description |
---|---|
void |
VectorCache.addBoxToCell(ImmutableElectricObject origin,
double lX,
double lY,
double hX,
double hY,
Layer layer,
CellId cellId)
Method to insert a Manhattan rectangle into the vector cache for a Cell.
|
void |
VectorCache.addInstanceToCell(ImmutableElectricObject origin,
double lX,
double lY,
double hX,
double hY,
CellId cellId)
Method to insert a Manhattan rectangle into the vector cache for a Cell.
|