Documentation of 'org.jquantlib.util.Visitable' Java class
Visitable
org.jquantlib.util

Interface Visitable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void accept(Visitor<T> v)
      This method is responsible for determining if a Visitor passed as argument is eligible for handling the data structures kept by this class.
    • Method Detail

      • accept

        void accept(Visitor<T> v)
        This method is responsible for determining if a Visitor passed as argument is eligible for handling the data structures kept by this class. In the affirmative case, accept is responsible for passing this data structures to the Visitor.
        Parameters:
        v - is the Visitor
        See Also:
        Visitor, PolymorphicVisitor, PolymorphicVisitable

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.