Uses of Class
edu.nrao.sss.model.source.SourceVelocity

Packages that use SourceVelocity
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of SourceVelocity in edu.nrao.sss.model.source
 

Methods in edu.nrao.sss.model.source that return SourceVelocity
 SourceVelocity SourceVelocity.clone()
          Returns a source velocity that is equal to this one.
 SourceVelocity Subsource.getVelocity(Frequency frequency)
          Returns the source velocity for the given frequency, if any.
 

Methods in edu.nrao.sss.model.source that return types with arguments of type SourceVelocity
 List<SourceVelocity> Subsource.getVelocities()
          Returns this subsource's collection of velocities.
 

Methods in edu.nrao.sss.model.source with parameters of type SourceVelocity
 void Subsource.addVelocity(SourceVelocity newVelocity)
          Adds newVelocity to this subsource.
 int SourceVelocity.compareTo(SourceVelocity other)
          Compares this velocity to other for order.
 void Subsource.removeVelocity(SourceVelocity oldVelocity)
          Removes oldVelocity from this subsource.
 

Method parameters in edu.nrao.sss.model.source with type arguments of type SourceVelocity
 void Subsource.setVelocities(List<SourceVelocity> replacementList)
          Replaces this subsource's collection of velocities with replacementList.
 



Copyright © 2009. All Rights Reserved.