Package xal.tools.math
Interface IIndex
- All Known Implementing Classes:
EnergyVector.IND,PhaseIndex,PhaseMatrix.IND,PhaseVector.IND,R2x2.IND,R3.IND,R3x3.IND,R4.IND,R4x4.IND,R6.IND,R6x6.IND,Twiss3D.IND_3D
public interface IIndex
Interface
IIndex is exposed by objects representing matrix and
vector indices. In particular, the enum types that are matrix
indices expose this interface.- Since:
- Oct 17, 2013
- Author:
- Christopher K. Allen
-
Method Summary
-
Method Details
-
val
int val()Returns the value of this matrix index object.- Returns:
- the numerical index represented by this object
- Since:
- Sep 25, 2013
-