Uses of Package
ucot.model

Packages that use ucot.model
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.heuristic Heuristic interface and related classes. 
ucot.input Classes related to reading usecases from a file. 
ucot.model Classes related to analyzemodel and its editing. 
ucot.model.object Objects used by analyzemodel. 
ucot.output Classes related to outputting (e.g. saving to a file) AnalyzeModel. 
ucot.ui.gui Graphical userInterface and classes related to it. 
ucot.ui.gui.dialog Dialogs used by the gui. 
ucot.ui.gui.dialog.entitytab Classes related to the Dialog that edits entity's properties. 
ucot.ui.gui.dot Classes for displaying graphs generated by Dot program. 
ucot.ui.gui.tree.analyzemodeltree Classes related to a tree that displays analyzemodel in a tree. 
 

Classes in ucot.model used by ucot.core
AnalyzeModel
          Interface for analyze models.
Updation
          Class contains updation information about the model.
 

Classes in ucot.model used by ucot.heuristic
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.input
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.model
AnalyzeModel
          Interface for analyze models.
AnalyzeModelException
          General exception used by analyzemodel
ModelEditor
          ModelEditor is a interface to edit analyze models.
NoSuchEntityException
          Error which is thrown if no entity of given name is found.
Updation
          Class contains updation information about the model.
Updation.UpdationDataType
          Contains information about the type beign changed.
Updation.UpdationType
          Contains information about the updation type.
 

Classes in ucot.model used by ucot.model.object
AnalyzeModel
          Interface for analyze models.
AnalyzeModelException
          General exception used by analyzemodel
ModelEditor
          ModelEditor is a interface to edit analyze models.
NoSuchEntityException
          Error which is thrown if no entity of given name is found.
Updation
          Class contains updation information about the model.
 

Classes in ucot.model used by ucot.output
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.ui.gui
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.ui.gui.dialog
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.ui.gui.dialog.entitytab
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.ui.gui.dot
AnalyzeModel
          Interface for analyze models.
 

Classes in ucot.model used by ucot.ui.gui.tree.analyzemodeltree
AnalyzeModel
          Interface for analyze models.