gov.sns.xal.model.probe.traj
Class BeamTrajectory

java.lang.Object
  |
  +--gov.sns.xal.model.probe.traj.Trajectory
        |
        +--gov.sns.xal.model.probe.traj.BeamTrajectory
All Implemented Interfaces:
IArchive
Direct Known Subclasses:
EnsembleTrajectory, EnvelopeTrajectory

public abstract class BeamTrajectory
extends Trajectory

Abstract trajectory class for beam probes.


Field Summary
 
Fields inherited from class gov.sns.xal.model.probe.traj.Trajectory
TRAJ_LABEL
 
Constructor Summary
BeamTrajectory()
           
 
Methods inherited from class gov.sns.xal.model.probe.traj.Trajectory
addPropertiesTo, getDescription, getTimestamp, indicesForElement, initialState, load, newProbeState, newProbeState, 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

BeamTrajectory

public BeamTrajectory()