public abstract class TourGuide extends Object
| Constructor and Description |
|---|
TourGuide() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
show(Data data,
Tourist tourist,
int depth) |
abstract boolean |
show(Function func,
Tourist tourist,
int depth) |
abstract boolean |
show(Scalar scalar,
Tourist tourist,
int depth) |
abstract boolean |
show(Set set,
Tourist tourist,
int depth) |
abstract boolean |
show(Tuple tuple,
Tourist tourist,
int depth) |
public boolean show(Data data, Tourist tourist, int depth) throws RemoteException, VisADException
RemoteExceptionVisADExceptionpublic abstract boolean show(Function func, Tourist tourist, int depth) throws RemoteException, VisADException
RemoteExceptionVisADExceptionpublic abstract boolean show(Scalar scalar, Tourist tourist, int depth) throws VisADException
VisADExceptionpublic abstract boolean show(Set set, Tourist tourist, int depth) throws VisADException
VisADExceptionpublic abstract boolean show(Tuple tuple, Tourist tourist, int depth) throws RemoteException, VisADException
RemoteExceptionVisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.