Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.variable |
Package for handling variables.
|
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 |
---|---|
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.
|
boolean |
ImmutableLibrary.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
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 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 fileds of this object.
|
abstract boolean |
ImmutableElectricObject.equalsExceptVariables(ImmutableElectricObject o)
Indicates whether fields of other ImmutableElectricObject are equal to fileds of this object.
|
Modifier and Type | Method and Description |
---|---|
abstract ImmutableElectricObject |
ElectricObject.getD()
Returns persistent data of this ElectricObject with Variables.
|