public abstract static class LinearCombo.JythonThing extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
jythonNames |
Constructor and Description |
---|
LinearCombo.JythonThing() |
Modifier and Type | Method and Description |
---|---|
LinearCombo.Combination |
__add__(Object other) |
LinearCombo.Combination |
__div__(Object other) |
LinearCombo.Combination |
__mod__(Object other) |
LinearCombo.Combination |
__mul__(Object other) |
LinearCombo.Combination |
__neg__() |
LinearCombo.Combination |
__pow__(Object other) |
LinearCombo.Combination |
__radd__(Object other) |
LinearCombo.Combination |
__rdiv__(Object other) |
LinearCombo.Combination |
__rmod__(Object other) |
LinearCombo.Combination |
__rmul__(Object other) |
LinearCombo.Combination |
__rpow__(Object other) |
LinearCombo.Combination |
__rsub__(Object other) |
LinearCombo.Combination |
__sub__(Object other) |
abstract boolean |
addName(String name) |
static String |
colorString(ConstantMap[] color) |
private static Data |
extractData(Object other) |
private static String |
extractName(Object other) |
abstract Data |
getData() |
abstract String |
getName() |
abstract Collection<String> |
getNames() |
abstract boolean |
removeName(String name) |
protected Set<String> jythonNames
public LinearCombo.JythonThing()
public static String colorString(ConstantMap[] color)
private static Data extractData(Object other) throws VisADException, RemoteException
VisADException
RemoteException
private static String extractName(Object other)
public abstract boolean removeName(String name)
public abstract Collection<String> getNames()
public LinearCombo.Combination __add__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __sub__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __mul__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __div__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __pow__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __mod__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __radd__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __rsub__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __rmul__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __rdiv__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __rpow__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __rmod__(Object other) throws VisADException, RemoteException
VisADException
RemoteException
public LinearCombo.Combination __neg__() throws VisADException, RemoteException
VisADException
RemoteException