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 package, contains general classes for all modules.
ucot.core - package ucot.core
ControlInterface and Core class, these control the program flow.
ucot.exceptions - package ucot.exceptions
Exceptions specified for UCOT.
ucot.heuristic - package ucot.heuristic
Heuristic interface and related classes.
ucot.input - package ucot.input
Classes related to reading usecases from a file.
ucot.model - package ucot.model
Classes related to analyzemodel and its editing.
ucot.model.object - package ucot.model.object
Objects used by analyzemodel.
ucot.output - package ucot.output
Classes related to outputting (e.g. saving to a file) AnalyzeModel.
ucot.parser - package ucot.parser
Classes related to parsing read usecases.
ucot.test - package ucot.test
Test cases for the program.
ucot.ui - package ucot.ui
Userinterface.
ucot.ui.gui - package ucot.ui.gui
Graphical userInterface and classes related to it.
ucot.ui.gui.dialog - package ucot.ui.gui.dialog
Dialogs used by the gui.
ucot.ui.gui.dialog.entitytab - package ucot.ui.gui.dialog.entitytab
Classes related to the Dialog that edits entity's properties.
ucot.ui.gui.dot - package ucot.ui.gui.dot
Classes for displaying graphs generated by Dot program.
ucot.ui.gui.tree.analyzemodeltree - package ucot.ui.gui.tree.analyzemodeltree
Classes related to a tree that displays analyzemodel in a tree.
ucot.ui.gui.tree.usecasetree - package ucot.ui.gui.tree.usecasetree
Classes related to tree that displays loaded usecases.
ucot.utils - package ucot.utils
Miscellaneous tools used by other classes.
UIInterface - Interface in ucot.ui
Interface for the UI.
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
 
updateAnalyzeModel() - Method in class ucot.ui.gui.tree.analyzemodeltree.AnalyzeTreeModel
Updates the AnalyzeModel from the Core component.
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.dialog.entitytab.JTableEntityPropertiesTab
 
updateEntityTypes() - Method in class ucot.ui.gui.dialog.SettingsDialog
 
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.
updateProperties() - Method in class ucot.ui.gui.GraphicalUI
Updates the properties base don the internal state of this object.
updateTypes() - Method in class ucot.ui.gui.GraphicalUI
 
Updation - Class in ucot.model
Class contains updation information about the model.
Updation() - Constructor for class ucot.model.Updation
Initializes empty instance Updation.
Updation(Updation.UpdationType, Updation.UpdationDataType) - Constructor for class ucot.model.Updation
Initializes new instance of Updation which has the given UpdationType and UpdationDataType as values.
Updation(Updation.UpdationType, Updation.UpdationDataType, String...) - Constructor for class ucot.model.Updation
Initializes new instance of Updation which has the given UpdationType, UpdationDataType and references as values.
Updation(Updation.UpdationType) - Constructor for class ucot.model.Updation
Initializes new instance of Updation which has the given UpdationType as value.
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.ModelEditor
Signals all observers that this model is beign modified.
updationStartedSignal() - Method in class ucot.model.object.ObjectAnalyzeModelEditor
 
url - Variable in class ucot.core.Core.OutputJob
 
url - Variable in class ucot.input.UseCase
 
url - Variable in class ucot.ui.gui.ChoosedFile
 
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(int, int) - Method in class ucot.ui.DummyUI
 
useCaseAdded(int, int) - Method in class ucot.ui.gui.GraphicalUI
 
useCaseAdded(int, int) - 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
General exception for usecases.
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 the component which shows use case steps from given UseCase.
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
Method for signaling user interface that use cases have been (successfully) 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 tree nodes 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 single 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
Implementation of TreeModel for holding data model of UseCaseTree.
UseCaseTreeModel(UseCaseCollection) - Constructor for class ucot.ui.gui.tree.usecasetree.UseCaseTreeModel
Default constructor for 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