|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.xal.model.probe.traj.Trajectory
|
+--gov.sns.xal.model.probe.traj.BeamTrajectory
|
+--gov.sns.xal.model.probe.traj.EnvelopeTrajectory
Stores the trajectory of an EnvelopeProbe.
| Field Summary |
| Fields inherited from class gov.sns.xal.model.probe.traj.Trajectory |
TRAJ_LABEL |
| Constructor Summary | |
EnvelopeTrajectory()
|
|
| Method Summary | |
protected ProbeState |
newProbeState()
Creates a new ProbeState object with the proper type for the trajectory. |
protected ProbeState |
newProbeState(IProbe probe)
Creates a new ProbeState object with the proper type for the trajectory. |
boolean |
validateState(ProbeState state)
Check whether or not the argument is a valid EnvelopeProbeState
object. |
| Methods inherited from class gov.sns.xal.model.probe.traj.Trajectory |
addPropertiesTo, getDescription, getTimestamp, indicesForElement, initialState, load, numStates, popLastState, readFrom, readPropertiesFrom, save, saveState, setDescription, setTimestamp, stateAtPosition, stateIterator, statesForElement, statesInPositionRange, stateWithIndex, toString, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EnvelopeTrajectory()
| Method Detail |
public boolean validateState(ProbeState state)
EnvelopeProbeState
object.
state - ProbeState object to validate
state is a valid EnvelopeProbeState
false otherwiseprotected ProbeState newProbeState()
ProbeState object with the proper type for the trajectory.
newProbeState in class TrajectoryEnvelopeProbeState objectprotected ProbeState newProbeState(IProbe probe)
ProbeState object with the proper type for the trajectory.
Initialize new ProbeState to the state of the argument.
newProbeState in class Trajectoryprobe - probe interface belonging to object of type EnvelopeProbe
ProbeState object initialized to probe
java.lang.IllegalArgumentException - probe is not of type EnvelopeProbe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||