Uses of Class
com.sun.electric.database.text.CellName

Packages that use CellName
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.text Package for handling text. 
 

Uses of CellName in com.sun.electric.database
 

Fields in com.sun.electric.database declared as CellName
 CellName ImmutableCell.groupName
          The group name of this ImmutableCell.
 

Methods in com.sun.electric.database that return CellName
static CellName Snapshot.makeCellGroupName(java.util.Collection<CellName> cellNames)
          Returns group name of group with specified CellNames.
 

Methods in com.sun.electric.database with parameters of type CellName
 ImmutableCell ImmutableCell.withGroupName(CellName groupName)
          Returns ImmutableCell which differs from this ImmutableCell by group name.
 

Method parameters in com.sun.electric.database with type arguments of type CellName
static CellName Snapshot.makeCellGroupName(java.util.Collection<CellName> cellNames)
          Returns group name of group with specified CellNames.
 

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

Methods in com.sun.electric.database.hierarchy that return CellName
 CellName Cell.getCellName()
          Method to return the CellName object describing this Cell.
 

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

Fields in com.sun.electric.database.id declared as CellName
 CellName CellId.cellName
          CellName of this CellId.
 

Methods in com.sun.electric.database.id with parameters of type CellName
 CellId LibId.newCellId(CellName cellName)
          Returns new CellId with cellIndex unique in this IdManager.
 

Uses of CellName in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text that return CellName
static CellName CellName.newName(java.lang.String name, View view, int version)
          Create a CellName from the given name, view, and version.
static CellName CellName.parseName(java.lang.String name)
          Method to parse the specified Cell name and return a CellName object.
 

Methods in com.sun.electric.database.text with parameters of type CellName
 int CellName.compareTo(CellName that)
          Compares two CellName objects.