public class Sector extends ElementSeq
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
s_strType
the string type identifier for all Sector objects
|
s_szDefReserve| Constructor and Description |
|---|
Sector()
Default constructor.
|
Sector(java.lang.String strId)
Create new
Sector object and initialize the string
identifier. |
Sector(java.lang.String strId,
int szReserve)
Create new
Sector object specifying the amount of storage to
reserve for the direct child components. |
addChild, backPropagate, backPropagate, childIterator, concatenateEquals, getAllElements, getChild, getChildCount, getComments, getCompList, getElementList, getHardwareNodeId, getId, getLeafCount, getLength, getReverseCompList, getType, globalBackIterator, globalIterator, initializeFrom, localBackIterator, localIterator, print, propagate, propagate, remove, setComments, setCompList, setHardwareNodeId, setId, toStringpublic static final java.lang.String s_strType
public Sector()
Sector object is empty and has
no string identifier.public Sector(java.lang.String strId)
Sector object and initialize the string
identifier.strId - string identifier of this sectorpublic Sector(java.lang.String strId,
int szReserve)
Sector object specifying the amount of storage to
reserve for the direct child components. (If not specified a default
value is used.)strId - string identifier of this sectorszReserve - number of storage positions to reserve for children