A B C D E F G H I J L M N O P Q R S T U V W

U

ucot - package ucot
 
ucot.core - package ucot.core
Core package
ucot.exceptions - package ucot.exceptions
 
ucot.heuristic - package ucot.heuristic
 
ucot.input - package ucot.input
 
ucot.model - package ucot.model
 
ucot.model.object - package ucot.model.object
 
ucot.output - package ucot.output
 
ucot.parser - package ucot.parser
 
ucot.test - package ucot.test
 
ucot.ui - package ucot.ui
 
ucot.ui.gui - package ucot.ui.gui
 
ucot.ui.gui.dot - package ucot.ui.gui.dot
 
ucot.ui.gui.entitytab - package ucot.ui.gui.entitytab
 
ucot.ui.gui.tree.analyzemodeltree - package ucot.ui.gui.tree.analyzemodeltree
 
ucot.ui.gui.tree.usecasetree - package ucot.ui.gui.tree.usecasetree
 
ucot.utils - package ucot.utils
 
UIInterface - Interface in ucot.ui
Interface for the UI.
uiSettings - Variable in class ucot.ui.gui.SettingsDialog
 
UNMODIFIED_STRING - Static variable in class ucot.ui.gui.GraphicalUI
 
update(Observable, Object) - Method in class ucot.core.AnalyzeModelLogger
This method updates the logger when something changes in the analyze model.
update(Observable, Object) - Method in class ucot.ui.gui.dot.DotPanel
 
update(Observable, Object) - Method in class ucot.ui.gui.GraphicalUI
 
update() - Method in class ucot.ui.gui.ModificationLogWindow
Updates the view using the current model.
update(AnalyzeModel) - Method in class ucot.ui.gui.ModificationLogWindow
Updates the view.
update(Observable, Object) - Method in class ucot.ui.gui.tree.analyzemodeltree.AnalyzeTreeModel
 
update(Observable, Object) - Method in class ucot.ui.gui.tree.usecasetree.UseCaseTreeModel
 
UPDATE_ACTION - Static variable in class ucot.ui.gui.ModificationLogWindow
 
UPDATE_CAPTION - Static variable in class ucot.ui.gui.ModificationLogWindow
 
updateAttributes() - Method in class ucot.model.object.Entity
Removes deleted entities from the attribute list.
updateCellEditor(AnalyzeModel, String, int, boolean) - Method in class ucot.ui.gui.entitytab.JTableEntityPropertiesTab
 
updateFromOptions() - Method in class ucot.parser.StanfordAdapter
Updates internal parser field to match given options.
updateModel(DotPanel.DotJob) - Method in class ucot.ui.gui.dot.DotPanel
Method for updating the model.
updateModel(AnalyzeModel) - Method in class ucot.ui.gui.dot.DotPanel
Method for updating the analyze model.
updateModel(AnalyzeModel, String) - Method in class ucot.ui.gui.StructurePanel
method to update the model
Updation - Class in ucot.model
Class contains updation information about the model.
Updation(Updation.UpdationType, Updation.UpdationDataType) - Constructor for class ucot.model.Updation
 
Updation(Updation.UpdationType, Updation.UpdationDataType, String...) - Constructor for class ucot.model.Updation
 
Updation(Updation.UpdationType) - Constructor for class ucot.model.Updation
 
Updation.UpdationDataType - Enum in ucot.model
Contains information about the type beign changed.
Updation.UpdationDataType() - Constructor for enum ucot.model.Updation.UpdationDataType
 
Updation.UpdationType - Enum in ucot.model
Contains information about the updation type.
Updation.UpdationType() - Constructor for enum ucot.model.Updation.UpdationType
 
updations - Variable in class ucot.core.AnalyzeModelLogger
 
updations - Variable in class ucot.model.object.ObjectAnalyzeModelEditor
 
updationStartedSignal() - Method in interface ucot.model.AnalyzeModel
Signals all observers that this model is beign modified.
updationStartedSignal() - Method in class ucot.model.object.ObjectAnalyzeModel
 
url - Variable in class ucot.input.UseCase
 
url - Variable in class ucot.ui.gui.tree.usecasetree.FileTreeItem
 
UseCase - Class in ucot.input
UseCase class.
UseCase() - Constructor for class ucot.input.UseCase
 
usecase - Variable in class ucot.parser.ParsedData
Usecase this ParsedData was created from
useCase - Variable in class ucot.test.UseCaseTest
 
usecase - Variable in class ucot.ui.gui.SimpleUseCasePanel
 
usecase - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTreeItem
 
useCaseAdded() - Method in class ucot.ui.DummyUI
 
useCaseAdded() - Method in class ucot.ui.gui.GraphicalUI
 
useCaseAdded() - Method in interface ucot.ui.UIInterface
Core signals user interface that usecases have been parsed, ran heuristic on and been added to given analyze model
UseCaseCollection - Class in ucot.input
Collection of usecases.
UseCaseCollection() - Constructor for class ucot.input.UseCaseCollection
 
UseCaseException - Exception in ucot.exceptions
 
UseCaseException() - Constructor for exception ucot.exceptions.UseCaseException
 
UseCaseException(String) - Constructor for exception ucot.exceptions.UseCaseException
 
usecaseIcon - Static variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
usecaseIconNotInModel - Static variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
useCaseId - Variable in class ucot.input.UseCase
UseCase's id loaded from processml files or from simple usecase format Only used for connecting usecase steps to sub-usecases
usecaseLeafIcon - Static variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
usecaseLeafIconNotInModel - Static variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
useCasePanel - Variable in class ucot.ui.gui.GraphicalUI
 
useCasePanel - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
UseCasePanelInterface - Interface in ucot.ui
Interface for panel wich shows usecase steps
useCasePanelScrollPane - Variable in class ucot.ui.gui.GraphicalUI
 
useCases - Variable in class ucot.core.Core
 
useCases - Variable in class ucot.input.UseCaseCollection
 
useCasesLoaded() - Method in class ucot.ui.DummyUI
 
useCasesLoaded() - Method in class ucot.ui.gui.GraphicalUI
 
useCasesLoaded() - Method in interface ucot.ui.UIInterface
Core signals user interface that usecases have been loaded from file
UseCaseStep - Class in ucot.input
UseCase step class.
UseCaseStep(String, UseCase) - Constructor for class ucot.input.UseCaseStep
 
useCaseSteps - Variable in class ucot.input.UseCase
Vector that contains all usecase steps
UseCaseTest - Class in ucot.test
This class implements tests for use cases.
UseCaseTest() - Constructor for class ucot.test.UseCaseTest
 
useCaseTree - Variable in class ucot.ui.gui.GraphicalUI
 
UseCaseTree - Class in ucot.ui.gui.tree.usecasetree
JTree for displaying usecases that are loaded into program.
UseCaseTree(ControlInterface) - Constructor for class ucot.ui.gui.tree.usecasetree.UseCaseTree
Default constructor for UseCaseTree.
UseCaseTree.UseCaseTreeCellRenderer - Class in ucot.ui.gui.tree.usecasetree
Custom TreeCellRenderer for highlighting treeitems and adding custom icons for them.
UseCaseTree.UseCaseTreeCellRenderer() - Constructor for class ucot.ui.gui.tree.usecasetree.UseCaseTree.UseCaseTreeCellRenderer
 
UseCaseTreeItem - Class in ucot.ui.gui.tree.usecasetree
TreeItem to contain usecase.
UseCaseTreeItem(UseCaseTreeModel, TreeItem, UseCase) - Constructor for class ucot.ui.gui.tree.usecasetree.UseCaseTreeItem
Default constructor for UseCaseTreeItem.
useCaseTreeModel - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
UseCaseTreeModel - Class in ucot.ui.gui.tree.usecasetree
TreeModel implementation for holding treemodel of UseCaseTree.
UseCaseTreeModel(UseCaseCollection) - Constructor for class ucot.ui.gui.tree.usecasetree.UseCaseTreeModel
 
useCaseTreeScrollPane - Variable in class ucot.ui.gui.GraphicalUI
 
userInterface - Variable in class ucot.core.Core
 

A B C D E F G H I J L M N O P Q R S T U V W