public class Tourist extends Object
| Constructor and Description |
|---|
Tourist(boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(Function func,
int depth) |
boolean |
visit(Scalar scalar,
int depth) |
boolean |
visit(Set set,
int depth) |
public boolean visit(Function func, int depth) throws RemoteException, VisADException
RemoteExceptionVisADExceptionpublic boolean visit(Scalar scalar, int depth) throws VisADException
VisADExceptionpublic boolean visit(Set set, int depth) throws VisADException
VisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.