Uses of Interface
edu.umd.cfar.lamp.viper.gui.core.PropagateInterpolateModule

Packages that use PropagateInterpolateModule
edu.umd.cfar.lamp.viper.gui.core Some core, necessary classes for dealing with a ViPER project. 
 

Uses of PropagateInterpolateModule in edu.umd.cfar.lamp.viper.gui.core
 

Classes in edu.umd.cfar.lamp.viper.gui.core that implement PropagateInterpolateModule
 class PropagateInterpolateImpl
          An implementation of the propagation module.
 

Methods in edu.umd.cfar.lamp.viper.gui.core that return PropagateInterpolateModule
 PropagateInterpolateModule ViperViewMediator.getPropagator()
          Gets the propagation object.
 

Methods in edu.umd.cfar.lamp.viper.gui.core with parameters of type PropagateInterpolateModule
 void ViperViewMediator.setPropagator(PropagateInterpolateModule propagator)