Uses of Interface
ucot.model.AnalyzeModel

Packages that use AnalyzeModel
ucot.core   
ucot.heuristic   
ucot.input   
ucot.model   
ucot.model.relation   
ucot.output   
ucot.ui.gui   
ucot.ui.gui.tree   
 

Uses of AnalyzeModel in ucot.core
 

Fields in ucot.core declared as AnalyzeModel
private  AnalyzeModel Core.model
           
 

Methods in ucot.core that return AnalyzeModel
 AnalyzeModel Core.getAnalyzeModel()
           
 AnalyzeModel ControlInterface.getAnalyzeModel()
          returns vector of all analyze models from CORE
 

Methods in ucot.core with parameters of type AnalyzeModel
 void Core.output(java.net.URL url, OutputInterface output, AnalyzeModel model)
           
 void ControlInterface.output(java.net.URL url, OutputInterface output, AnalyzeModel model)
          Exports given analyze model to given url using given outputadapter
 

Uses of AnalyzeModel in ucot.heuristic
 

Methods in ucot.heuristic with parameters of type AnalyzeModel
 void HeuristicInterface.doHeuristic(ParsedData data, AnalyzeModel model)
          Performs heuristic on given ParsedData object returns
 void AbbottsHeuristic.doHeuristic(ParsedData data, AnalyzeModel model)
           
 

Uses of AnalyzeModel in ucot.input
 

Fields in ucot.input declared as AnalyzeModel
private  AnalyzeModel UseCase.model
          When heuristic was ran on this usecase, this model was created.
 

Methods in ucot.input that return AnalyzeModel
 AnalyzeModel UseCase.getAnalyzeModel()
          Returns the (mini) analyzemodel that was created from this (and only this) usecase
 

Methods in ucot.input with parameters of type AnalyzeModel
 void UseCase.setAnalyzeModel(AnalyzeModel model)
          Sets the (mini) analyzemodel that was created from this (and only this) usecase
 

Uses of AnalyzeModel in ucot.model
 

Methods in ucot.model with parameters of type AnalyzeModel
 void ModelEditor.merge(AnalyzeModel model)
          Merges given AnalyzeModel to the model that this editor modifies.
 

Uses of AnalyzeModel in ucot.model.relation
 

Classes in ucot.model.relation that implement AnalyzeModel
 class RelationalAnalyzeModel
          This is the internal representation of analyzed use case.
 

Methods in ucot.model.relation with parameters of type AnalyzeModel
 void RelationalAnalyzeModelEditor.merge(AnalyzeModel fromModel)
           
 

Uses of AnalyzeModel in ucot.output
 

Methods in ucot.output with parameters of type AnalyzeModel
private  java.lang.String Output.getStringFor(AnalyzeModel model, Thing i, java.lang.String preString, java.util.Set<Thing> handled)
          Creates string representation for given thing.
 void OutputInterface.output(AnalyzeModel model, java.net.URL url)
          Outputs analyze model.
 void Output.output(AnalyzeModel model, java.net.URL url)
           
 void Output.output(AnalyzeModel model, java.net.URL url, java.lang.String preString)
           
 

Uses of AnalyzeModel in ucot.ui.gui
 

Fields in ucot.ui.gui declared as AnalyzeModel
private  AnalyzeModel EntityPropertiesDialog.analyzeModel
           
private  AnalyzeModel DotPanel.analyzeModel
           
private  AnalyzeModel StructurePanel.model
           
 

Methods in ucot.ui.gui that return AnalyzeModel
 AnalyzeModel EntityPropertiesDialog.modifyEntityProperties(java.lang.String entityName, AnalyzeModel model)
          Method to spawn the EntityPropertiesDialog and stay modal until user closes it.
 

Methods in ucot.ui.gui with parameters of type AnalyzeModel
 void DotPanel.highlight(AnalyzeModel highlight)
          Method for highlighting submodels from the analyze model.
 void DotPanel.highlight(AnalyzeModel highlight, boolean drawNewElements)
          Method for highlighting submodels from the analyze model.
private  void DotPanel.mapHighlightRequest(AnalyzeModel highlight, boolean drawNewElements)
          Method for mapping the submodel for highlight request.
 AnalyzeModel EntityPropertiesDialog.modifyEntityProperties(java.lang.String entityName, AnalyzeModel model)
          Method to spawn the EntityPropertiesDialog and stay modal until user closes it.
 void DotPanel.updateModel(AnalyzeModel model)
          Method for updating the analyze model.
 void StructurePanel.updateModel(AnalyzeModel am, java.lang.String selectedEntity)
          method to update the model
 

Constructors in ucot.ui.gui with parameters of type AnalyzeModel
DotPanel(AnalyzeModel analyzeModel)
          Constructor for DotPanel.
 

Uses of AnalyzeModel in ucot.ui.gui.tree
 

Fields in ucot.ui.gui.tree declared as AnalyzeModel
private  AnalyzeModel AnalyzeModelTree.analyzemodel
           
(package private)  AnalyzeModel AnalyzeTreeModel.model
           
 

Methods in ucot.ui.gui.tree that return AnalyzeModel
 AnalyzeModel TreeItem.getAnalyzeModel()
           
 AnalyzeModel AnalyzeTreeModel.getAnalyzeModel()
           
 

Methods in ucot.ui.gui.tree with parameters of type AnalyzeModel
 void AnalyzeTreeModel.setAnalyzeModel(AnalyzeModel analyzemodel)
           
 void AnalyzeModelTree.updateAnalyzeModel(AnalyzeModel analyzemodel)
          method to give the tree a new analyzemodel if model is updated.
 

Constructors in ucot.ui.gui.tree with parameters of type AnalyzeModel
AnalyzeModelTree(AnalyzeModel model)
           
AnalyzeTreeModel(AnalyzeModel am)