Uses of Class
ucot.model.relation.Method

Packages that use Method
ucot.model.relation   
ucot.ui.gui.tree   
 

Uses of Method in ucot.model.relation
 

Methods in ucot.model.relation with parameters of type Method
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsFrom(Thing thing1, Method method)
          Returns relations which mark method influence and originate from given thing.
 

Uses of Method in ucot.ui.gui.tree
 

Methods in ucot.ui.gui.tree that return Method
 Method AnalyzeModelTree.getMethodFromPath(javax.swing.tree.TreePath path)