|
||||||||||
| 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.Dipole
The dipole element (a thick element).
| Field Summary |
| Fields inherited from class gov.sns.xal.slg.Element |
fmt, handleAsThick |
| Constructor Summary | |
Dipole(double position,
double len)
Creates a new instance of Dipole |
|
Dipole(java.lang.Double position,
java.lang.Double len)
Creates a new instance of Dipole |
|
Dipole(double position,
double len,
java.lang.String name)
Creates a new instance of Dipole |
|
Dipole(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
Creates a new instance of Dipole |
|
| 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. |
| Methods inherited from class gov.sns.xal.slg.Element |
clone, getAcceleratorNode, getBase, getEndPosition, getFam, getLength, getName, getPosition, getStartPosition, isThick, setAcceleratorNode, setBase, setLength, setPosition, split, toAbsolutePosition, toCoutString, version |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Dipole(double position,
double len,
java.lang.String name)
public Dipole(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
public Dipole(double position,
double len)
public Dipole(java.lang.Double position,
java.lang.Double len)
| Method Detail |
public java.lang.String getType()
Element
getType in class Elementpublic void accept(Visitor v)
accept in interface VisitorListeneraccept in class Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||