Uses of Interface
ucot.model.AnalyzeModel

Packages that use AnalyzeModel
ucot.core Core package 
ucot.heuristic   
ucot.input   
ucot.model   
ucot.model.object   
ucot.output   
ucot.ui.gui   
ucot.ui.gui.dot   
ucot.ui.gui.entitytab   
ucot.ui.gui.tree.analyzemodeltree   
 

Uses of AnalyzeModel in ucot.core
 

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

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

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

Uses of AnalyzeModel in ucot.heuristic
 

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

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.object
 

Classes in ucot.model.object that implement AnalyzeModel
 class ObjectAnalyzeModel
          Model that contains representation of the AnalyzeModel.
 

Methods in ucot.model.object with parameters of type AnalyzeModel
 void ObjectAnalyzeModelEditor.merge(AnalyzeModel fromModel)
           
 

Uses of AnalyzeModel in ucot.output
 

Methods in ucot.output with parameters of type AnalyzeModel
 void OutputInterface.output(AnalyzeModel analyzeModel, java.net.URL url)
          Outputs analyze model.
 void GXLOutput.output(AnalyzeModel analyzeModel, java.net.URL url)
           
 

Uses of AnalyzeModel in ucot.ui.gui
 

Fields in ucot.ui.gui declared as AnalyzeModel
private  AnalyzeModel EntityPropertiesDialog.analyzeModel
           
(package private)  AnalyzeModel ModificationLogWindow.model
          The model that we are interested in.
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.
static AnalyzeModel EntityPropertiesDialog.showDialog(GraphicalUI owner, java.lang.String entityName, AnalyzeModel model)
          Constructs, initializes and spawns an entity properties dialog for the given entity in the given analyze model.
 

Methods in ucot.ui.gui with parameters of type AnalyzeModel
 AnalyzeModel EntityPropertiesDialog.modifyEntityProperties(java.lang.String entityName, AnalyzeModel model)
          Method to spawn the EntityPropertiesDialog and stay modal until user closes it.
static AnalyzeModel EntityPropertiesDialog.showDialog(GraphicalUI owner, java.lang.String entityName, AnalyzeModel model)
          Constructs, initializes and spawns an entity properties dialog for the given entity in the given analyze model.
 void ModificationLogWindow.update(AnalyzeModel model)
          Updates the view.
 void StructurePanel.updateModel(AnalyzeModel am, java.lang.String selectedEntity)
          method to update the model
 

Constructors in ucot.ui.gui with parameters of type AnalyzeModel
ModificationLogWindow(AnalyzeModel model)
           
 

Uses of AnalyzeModel in ucot.ui.gui.dot
 

Fields in ucot.ui.gui.dot declared as AnalyzeModel
private  AnalyzeModel DotPanel.analyzeModel
           
private  AnalyzeModel DotPanel.DotJob.analyzeModel
           
private  AnalyzeModel DotPanel.DotJob.highlightModel
           
 

Methods in ucot.ui.gui.dot 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.
 void DotPanel.updateModel(AnalyzeModel analyzeModel)
          Method for updating the analyze model.
 

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

Uses of AnalyzeModel in ucot.ui.gui.entitytab
 

Methods in ucot.ui.gui.entitytab with parameters of type AnalyzeModel
 void AttributesPanel.load(AnalyzeModel analyzeModel, java.lang.String entityName)
           
 void JTableEntityPropertiesTab.load(AnalyzeModel analyzeModel, java.lang.String entityName)
           
 void MethodsPanel.load(AnalyzeModel analyzeModel, java.lang.String loadEntityName)
           
 void ParentsPanel.load(AnalyzeModel analyzeModel, java.lang.String loadEntityName)
           
 void EntityPropertiesTab.load(AnalyzeModel model, java.lang.String entityName)
           
 void AttributesPanel.save(AnalyzeModel model, java.lang.String saveEntityName)
           
 void JTableEntityPropertiesTab.save(AnalyzeModel model, java.lang.String entityName)
           
 void MethodsPanel.save(AnalyzeModel analyzeModel, java.lang.String saveEntityName)
           
 void ParentsPanel.save(AnalyzeModel analyzeModel, java.lang.String saveEntityName)
           
 void EntityPropertiesTab.save(AnalyzeModel model, java.lang.String entityName)
           
 void JTableEntityPropertiesTab.updateCellEditor(AnalyzeModel analyzeModel, java.lang.String entityName, int column_index, boolean allowSelf)
           
 

Uses of AnalyzeModel in ucot.ui.gui.tree.analyzemodeltree
 

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

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

Methods in ucot.ui.gui.tree.analyzemodeltree with parameters of type AnalyzeModel
 void AnalyzeTreeModel.setAnalyzeModel(AnalyzeModel analyzemodel)
           
 

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