Documentation of 'visad.data.DataVisitor' Java class
DataVisitor
visad.data

Class DataVisitor



  • public abstract class DataVisitor
    extends java.lang.Object
    Abstract class for visiting a VisAD data object. The derived, concrete subclasses are data-form dependent. The default action upon visiting a VisAD data object is to do nothing and tell the caller to continue.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataVisitor() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean visit(FlatField field)
      Visit a VisAD FlatField.
      boolean visit(TupleIface tuple)
      Visit a VisAD Tuple.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataVisitor

        public DataVisitor()
    • Method Detail

      • visit

        public boolean visit(TupleIface tuple)
                      throws BadFormException,
                             VisADException,
                             java.rmi.RemoteException
        Visit a VisAD Tuple.
        Parameters:
        tuple - The VisAD Tuple being visited.
        Throws:
        BadFormException - The Tuple doesn't fit the data model used by the visitor.
        VisADException - Core VisAD problem (probably couldn't create a VisAD object).
        java.rmi.RemoteException
        See Also:
        DataNode
      • visit

        public boolean visit(FlatField field)
                      throws BadFormException,
                             VisADException,
                             java.rmi.RemoteException
        Visit a VisAD FlatField.
        Parameters:
        field - The VisAD FlatField being visited.
        Throws:
        BadFormException - The Tuple doesn't fit the data model used by the visitor.
        VisADException - Core VisAD problem (probably couldn't create a VisAD object).
        java.rmi.RemoteException
        See Also:
        DataNode

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.