Interface ModelInstanceTraverser.FullVisitor

    • Method Detail

      • leaf

        void leaf​(java.lang.Object o,
                  VodmlTypeInfo v,
                  boolean firstVisit)
        perform an action on a "leaf" object i.e. has no model children.
        Parameters:
        o - the object.
        v - the vodml model information for the object.
        firstVisit - if true this is the first visit to this particular instance.
      • endInstance

        void endInstance​(java.lang.Object o,
                         VodmlTypeInfo v,
                         boolean firstVisit)
        perform an action at the end of the instance.
        Parameters:
        o - the object.
        v - the vodml model information for the object.
        firstVisit - if true this is the first visit to this particular instance.