Uses of Interface
org.plasma.sdo.access.model.EntityVisitor

Packages that use EntityVisitor
org.plasma.sdo.access.model   
 

Uses of EntityVisitor in org.plasma.sdo.access.model
 

Methods in org.plasma.sdo.access.model with parameters of type EntityVisitor
 void Entity.accept(EntityVisitor visitor)
          This recursive traversal algorithm is based on the Visitor Pattern and is capable of both breadth-first and depth-first traversals.
 void DataEntity.accept(EntityVisitor visitor)
           
 void Entity.accept(EntityVisitor visitor, boolean depthFirst)
          Variant of above.
 void DataEntity.accept(EntityVisitor visitor, boolean depthFirst)
           
 



Copyright © 2013. All rights reserved.