Interface ModelInstanceTraverser.Visitor

    • Method Detail

      • startInstance

        void startInstance​(java.lang.Object o,
                           VodmlTypeInfo v,
                           boolean firstVisit)
        perform an action at the start of an object 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.