Class UmpleModelVisitor

java.lang.Object
cruise.umple.compiler.UmpleModelVisitor
Direct Known Subclasses:
ClassStatsVisitor, LLOCMetricVisitor, McCabeMetricVisitor, ReqVisitor, StateMachineStatsVisitor

public class UmpleModelVisitor
extends java.lang.Object
It is designed to visit different types of umple elemnts so it can process and understand the defined walkers (@see IWalker). Any umple IWalker can use this visitor in order to ensure that the given visitor will be able to interact with the contents in temrs of being Umple-related