Uses of Interface
org.modeldriven.fuml.xmi.XmiNodeVisitor

Packages that use XmiNodeVisitor
org.modeldriven.fuml.assembly   
org.modeldriven.fuml.xmi   
org.modeldriven.fuml.xmi.stream   
org.modeldriven.fuml.xmi.validation   
 

Uses of XmiNodeVisitor in org.modeldriven.fuml.assembly
 

Classes in org.modeldriven.fuml.assembly that implement XmiNodeVisitor
 class ElementGraphAssembler
           
 

Uses of XmiNodeVisitor in org.modeldriven.fuml.xmi
 

Classes in org.modeldriven.fuml.xmi that implement XmiNodeVisitor
 class XmiChildFinder
          Class that leverages the Visitor pattern to locate descendant node(s) within an XmiNode hierarchy.
 

Methods in org.modeldriven.fuml.xmi with parameters of type XmiNodeVisitor
 void XmiNode.accept(XmiNodeVisitor visitor)
           
 

Uses of XmiNodeVisitor in org.modeldriven.fuml.xmi.stream
 

Methods in org.modeldriven.fuml.xmi.stream with parameters of type XmiNodeVisitor
 void StreamNode.accept(XmiNodeVisitor visitor)
           
 

Uses of XmiNodeVisitor in org.modeldriven.fuml.xmi.validation
 

Classes in org.modeldriven.fuml.xmi.validation that implement XmiNodeVisitor
 class ValidationErrorCollector
          A visitor pattern implementation class that walks a given XmiNode hierarchy checking for various error conditions, creating and gathering ValidationError instances into a collection helpful for user feedback.
 



Copyright © 2012. All Rights Reserved.