Uses of Interface
net.sf.jlayercheck.util.modeltree.ModelTree

Packages that use ModelTree
net.sf.jlayercheck.gui   
net.sf.jlayercheck.util   
net.sf.jlayercheck.util.modeltree   
 

Uses of ModelTree in net.sf.jlayercheck.gui
 

Fields in net.sf.jlayercheck.gui declared as ModelTree
protected  ModelTree PackageFrame.modeltree
           
 

Uses of ModelTree in net.sf.jlayercheck.util
 

Methods in net.sf.jlayercheck.util that return ModelTree
 ModelTree XMLConfiguration.getModelTree(DependencyVisitor dv)
          Builds a model that contains all dependency information that was retrieved from the class files.
 

Methods in net.sf.jlayercheck.util with parameters of type ModelTree
 TreeNode XMLConfiguration.createIncomingModel(ClassNode node, ModelTree treemodel, DependenciesTreeModel modelToUpdate)
          Creates a dependency tree model for the given node of the given ModelTree.
 TreeNode XMLConfiguration.createModel(ClassNode node, ModelTree treemodel, DependenciesTreeModel modelToUpdate)
          Creates a dependency tree model for the given node of the given ModelTree.
 void XMLConfiguration.cumulateDependencyViolations(ModelTree mt)
          Recalculates the violations state of all nodes of the tree that contain children (e.g.
 void XMLConfiguration.updateModelTree(ModelTree mt, File classFile)
          Updates the given modeltree by replacing all information of the given classFile with new information.
 

Uses of ModelTree in net.sf.jlayercheck.util.modeltree
 

Classes in net.sf.jlayercheck.util.modeltree that implement ModelTree
 class DefaultModelTree
           
 class DependentModelTree
           
 

Methods in net.sf.jlayercheck.util.modeltree with parameters of type ModelTree
 void DefaultModelTree.merge(ModelTree additionalModelTree)
           
 void ModelTree.merge(ModelTree additionalModelTree)
          Merges the given tree into this one.
 



Copyright © 2007. All Rights Reserved.