|
||||||||||
| 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.SynchronousTrajectory
Specialization class for the trajectories of
SynchronousProbe type modeling probes.
| Field Summary |
| Fields inherited from class gov.sns.xal.model.probe.traj.Trajectory |
TRAJ_LABEL |
| Constructor Summary | |
SynchronousTrajectory()
Default constructor. |
|
| Method Summary | |
protected ProbeState |
newProbeState()
Creates a new, uninitialized instance of a ProbeState |
protected ProbeState |
newProbeState(IProbe iProbe)
Creates a ProbeState of the appropriate type
SynchronousState then initializes it to the
given probe's state. |
| 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 SynchronousTrajectory()
| Method Detail |
protected ProbeState newProbeState(IProbe iProbe)
ProbeState of the appropriate type
SynchronousState then initializes it to the
given probe's state.
newProbeState in class TrajectoryiProbe - probe interface belonging to object with the proper type for this trajectory
SynchronousState,
containing specified probe stateprotected ProbeState newProbeState()
ProbeState object
of type SynchronousState.
- Specified by:
newProbeState in class Trajectory
- Returns:
- uninitialized
SynchronousState object - See Also:
Trajectory.newProbeState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||