|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.xal.model.elem.ElementSeq
|
+--gov.sns.xal.model.Sector
Represents a logical sector of beamline.
| Field Summary | |
static java.lang.String |
s_strType
the string type identifier for all Sector objects |
| Fields inherited from class gov.sns.xal.model.elem.ElementSeq |
s_szDefReserve |
| Constructor Summary | |
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. |
|
| Methods inherited from class gov.sns.xal.model.elem.ElementSeq |
addChild, childIterator, concatenateEquals, getChild, getChildCount, getComments, getId, getLeafCount, getLength, getType, globalIterator, localIterator, print, propagate, remove, setComments, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String s_strType
| Constructor Detail |
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 sector
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||