|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.xal.slg.Element
|
+--gov.sns.xal.slg.ThinElement
|
+--gov.sns.xal.slg.BCMonitor
The beam current monitor (a slim element).
| Field Summary |
| Fields inherited from class gov.sns.xal.slg.Element |
fmt, handleAsThick |
| Constructor Summary | |
BCMonitor(double position)
Creates a new instance of BCMonitor |
|
BCMonitor(java.lang.Double position)
Creates a new instance of BCMonitor |
|
BCMonitor(double position,
double len)
Creates a new instance of BCMonitor |
|
BCMonitor(java.lang.Double position,
java.lang.Double len)
Creates a new instance of BCMonitor |
|
BCMonitor(double position,
double len,
java.lang.String name)
Creates a new instance of BCMonitor |
|
BCMonitor(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
Creates a new instance of BCMonitor |
|
| Method Summary | |
void |
accept(Visitor v)
When called with a Visitor reference the implementor can either reject to be visited (empty method body) or call the Visitor by passing its own object reference. |
java.lang.String |
getType()
Return the element type. |
java.lang.String |
toCoutString()
Returns a printable string of this element. |
| Methods inherited from class gov.sns.xal.slg.ThinElement |
asTuple, getDownstreamDrift, getEffLength, getEndPosition, getFam, getLength, getStartPosition, getUpstreamDrift, split, version |
| Methods inherited from class gov.sns.xal.slg.Element |
clone, getAcceleratorNode, getBase, getName, getPosition, isThick, setAcceleratorNode, setBase, setLength, setPosition, toAbsolutePosition |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BCMonitor(double position,
double len,
java.lang.String name)
public BCMonitor(double position,
double len)
public BCMonitor(double position)
public BCMonitor(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
public BCMonitor(java.lang.Double position,
java.lang.Double len)
public BCMonitor(java.lang.Double position)
| Method Detail |
public java.lang.String getType()
getType in class ThinElementpublic java.lang.String toCoutString()
toCoutString in class ThinElementpublic void accept(Visitor v)
accept in interface VisitorListeneraccept in class ThinElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||