edu.wisc.ssec.mcidasv.control
Class LinearCombo.SubtractCombination

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.control.LinearCombo.JythonThing
      extended by edu.wisc.ssec.mcidasv.control.LinearCombo.Combination
          extended by edu.wisc.ssec.mcidasv.control.LinearCombo.SubtractCombination
Enclosing class:
LinearCombo

private static class LinearCombo.SubtractCombination
extends LinearCombo.Combination


Field Summary
 
Fields inherited from class edu.wisc.ssec.mcidasv.control.LinearCombo.JythonThing
jythonNames
 
Constructor Summary
LinearCombo.SubtractCombination(Object lhs, Object rhs)
           
 
Method Summary
 String getFriendlyString()
           
 String getPersistableString()
           
 String toString()
           
 
Methods inherited from class edu.wisc.ssec.mcidasv.control.LinearCombo.Combination
addName, extractName, getData, getLeft, getLeftData, getLeftName, getName, getNames, getOperationData, getRight, getRightData, getRightName, removeName, setOperationData
 
Methods inherited from class edu.wisc.ssec.mcidasv.control.LinearCombo.JythonThing
__add__, __div__, __mod__, __mul__, __neg__, __pow__, __radd__, __rdiv__, __rmod__, __rmul__, __rpow__, __rsub__, __sub__, colorString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearCombo.SubtractCombination

public LinearCombo.SubtractCombination(Object lhs,
                                       Object rhs)
                                throws VisADException,
                                       RemoteException
Throws:
VisADException
RemoteException
Method Detail

getFriendlyString

public String getFriendlyString()
Specified by:
getFriendlyString in class LinearCombo.Combination

getPersistableString

public String getPersistableString()
Specified by:
getPersistableString in class LinearCombo.Combination

toString

public String toString()
Specified by:
toString in class LinearCombo.Combination