Uses of Class
net.grelf.astro.Variability

Packages that use Variability
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of Variability in net.grelf.astro
 

Methods in net.grelf.astro that return Variability
 Variability Star.getVariability()
          If the star's variability is unknown this returns null, not a special value.
static Variability Variability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Variability[] Variability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.grelf.astro with parameters of type Variability
 void Star.setVariability(Variability v)
           
 

Constructors in net.grelf.astro with parameters of type Variability
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.