public class TourInspector extends Tourist
| Constructor and Description |
|---|
TourInspector(boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTotal() |
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
visit in class TouristRemoteExceptionVisADExceptionpublic boolean visit(Scalar scalar, int depth) throws VisADException
visit in class TouristVisADExceptionpublic boolean visit(Set set, int depth) throws VisADException
visit in class TouristVisADExceptionpublic int getTotal()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.