[GROUPS numGroups ;
[- groupName compNamePattern ...
[+ REGION regionName]
[+ PROPERTY {propName propVal} ...] ...
;] ...
END GROUPS]
Defines groups in a design. The numGroups information corresponds to the number of cluster objects representing a group in a design. A cluster object represents a group if it has no associated clusterBoundary object.
groupName corresponds to the cluster name and is found using:
void oaCluster::getName(oaString &name) const
See PROPERTIES.
regionName corresponds to the name of the parent cluster of the group cluster. It is obtained using:
oaCluster *oaCluster::getParent() void oaCluster::getName(oaString &name) const

Copyright © 2003-2008 Cadence Design Systems, Inc.
All rights reserved.