artisynth.core.mechmodels
Class ExcitationSource

java.lang.Object
  extended by artisynth.core.mechmodels.ExcitationSource

public class ExcitationSource
extends java.lang.Object

A container class comprising both an excitation component and a gain value.


Constructor Summary
ExcitationSource(ExcitationComponent comp, double gain)
           
 
Method Summary
 double getGain()
           
 void setGain(double gain)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcitationSource

public ExcitationSource(ExcitationComponent comp,
                        double gain)
Method Detail

getGain

public double getGain()

setGain

public void setGain(double gain)