public interface Thing
| Modifier and Type | Method and Description |
|---|---|
void |
addReference(ThingReference r)
add a ThingReference to this Thing object
|
void |
removeReference(ThingReference r)
remove a ThingReference from this Thing object
|
void addReference(ThingReference r) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionvoid removeReference(ThingReference r) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteException