Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
A
AbbottsHeuristic
- Class in
ucot.heuristic
Abbott's Heuristic is a way to etsimate which parts of the speech are relevant and in which way when doing object analyze.
AbbottsHeuristic()
- Constructor for class ucot.heuristic.
AbbottsHeuristic
ABOUT_MENU_ACTION
- Static variable in class ucot.ui.gui.
GraphicalUI
ABOUT_MENU_CAPTION
- Static variable in class ucot.ui.gui.
GraphicalUI
AboutDialog
- Class in
ucot.ui.gui
About dialog for UCOT program.
AboutDialog(JFrame)
- Constructor for class ucot.ui.gui.
AboutDialog
Constructor for about dialog.
AbstractEntityTreeItem
- Class in
ucot.ui.gui.tree.analyzemodeltree
AbstractEntityTreeItem(AnalyzeTreeModel, TreeItem)
- Constructor for class ucot.ui.gui.tree.analyzemodeltree.
AbstractEntityTreeItem
accept(File)
- Method in class ucot.utils.
CustomFileFilter
acceptableActions
- Variable in class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree
action(String)
- Method in class ucot.ui.gui.entitytab.
AttributesPanel
This method is called when an action is performed and it calls the corresponding methods to handle the action.
action(String)
- Method in class ucot.ui.gui.entitytab.
JTableAndButtonsPanel
action(String)
- Method in class ucot.ui.gui.entitytab.
MethodsPanel
This method is called when an action is performed and it calls the corresponding methods to handle the action.
action(String)
- Method in class ucot.ui.gui.entitytab.
ParentsPanel
This method is called when an action is performed and it calls the corresponding methods to handle the action.
actionListener
- Variable in class ucot.ui.gui.entitytab.
JTableAndButtonsPanel
actionListener
- Variable in class ucot.ui.gui.
ModificationLogWindow
add(InputInterface)
- Method in class ucot.input.
InputCollection
Adds given input handler to the collection.
ADD_SINGLE_POPUP_ACTION
- Static variable in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
ADD_SINGLE_WITH_POPUP_ACTION
- Static variable in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
ADD_SUBTREE_POPUP_ACTION
- Static variable in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
ADD_SUBTREE_WITH_POPUP_ACTION
- Static variable in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
addAttribute(String, String)
- Method in interface ucot.model.
ModelEditor
Adds attribute to the entity.
addAttribute(String, Attribute)
- Method in class ucot.model.object.
Entity
Adds attribute for this entity
addAttribute(Attribute)
- Method in class ucot.model.object.
Entity
Adds attribute.
addAttribute(String, String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addButton(String, String)
- Method in class ucot.ui.gui.entitytab.
JTableAndButtonsPanel
addChild(String, String)
- Method in interface ucot.model.
ModelEditor
Adds child to the entity.
addChild(Entity)
- Method in class ucot.model.object.
Entity
Adds child and adds this entity as a parent of the given entity if nessesary
addChild(String, String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addColumn(JComponent)
- Method in class ucot.ui.gui.
Statusbar
Method for adding columns to the statusbar.
addEntity(String)
- Method in interface ucot.model.
ModelEditor
Adds an entity to the model.
addEntity(Entity)
- Method in class ucot.model.object.
ObjectAnalyzeModel
Adds an entity to the model.
addEntity(String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addEntityInfluenceByMethod(String, String, String)
- Method in interface ucot.model.
ModelEditor
Adds an influence between entity's method and the given entity.
addEntityInfluenceByMethod(String, String, String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addInfluence(Entity)
- Method in class ucot.model.object.
Method
Adds influence to this method.
addLink(Link)
- Method in class ucot.parser.
Word
addMethod(String, String)
- Method in interface ucot.model.
ModelEditor
Add method to the entity.
addMethod(String)
- Method in class ucot.model.object.
Entity
Creates and adds method using given name.
addMethod(Method)
- Method in class ucot.model.object.
Entity
Adds method.
addMethod(String, String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addObserver(Observer)
- Method in interface ucot.model.
AnalyzeModel
Adds observer for this analyzemodel
addParent(String, String)
- Method in interface ucot.model.
ModelEditor
Adds parent to the entity.
addParent(Entity)
- Method in class ucot.model.object.
Entity
Adds parent and adds this entity as a child of the given entity if nessesary
addParent(String, String)
- Method in class ucot.model.object.
ObjectAnalyzeModelEditor
addSentence(Sentence)
- Method in class ucot.parser.
ParsedData
Adds a new sentence
addStep(String, UseCase)
- Method in class ucot.input.
UseCase
Adds a new step to this usecase
addStep(UseCaseStep)
- Method in class ucot.input.
UseCase
Adds a new UseCaseStep to this usecase
addToAnalyzeModel(Vector<UseCase>)
- Method in interface ucot.core.
ControlInterface
Requests core to parse use case, perform heuristic on it and add it to given analyze model.
addToAnalyzeModel(Vector<UseCase>, ParserInterface, HeuristicInterface)
- Method in interface ucot.core.
ControlInterface
Requests core to parse use case, perform heuristic on it and add it to given analyze model.
addToAnalyzeModel(Vector<UseCase>, ParserInterface, HeuristicInterface)
- Method in class ucot.core.
Core
addToAnalyzeModel(Vector<UseCase>)
- Method in class ucot.core.
Core
addToAnalyzeModel(UseCase, ParserInterface, HeuristicInterface)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Adds single UseCase into analyzemodel with given parser and heuristics
addToAnalyzeModel(UseCase)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Adds single UseCase into analyzemodel with default parser and heuristics
addToAnalyzeModel(Vector<UseCase>, ParserInterface, HeuristicInterface)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Add vector of usecases into analyzemodel with given parser and heuristics.
addToAnalyzeModel(Vector<UseCase>)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Add vector of usecases into analyzemodel with default parser and heuristics.
addToAnalyzeModelWith(UseCase)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Method to ask from user the parser and heuristic used to add usecase into model.
addToAnalyzeModelWith(Vector<UseCase>)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTree
Method to ask from user the parser and heuristic used to add usecases into model.
AddToModelWithDialog
- Class in
ucot.ui.gui
Dialog to ask from user wich parser and heuristic he/she wants to use.
AddToModelWithDialog(Frame, ControlInterface)
- Constructor for class ucot.ui.gui.
AddToModelWithDialog
Default constructor for dialog.
addTreeModelListener(TreeModelListener)
- Method in class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeTreeModel
addTreeModelListener(TreeModelListener)
- Method in class ucot.ui.gui.tree.usecasetree.
UseCaseTreeModel
addUseCase(UseCase)
- Method in class ucot.input.
UseCaseCollection
Add usecase to collection and notify observers
addUseCase(UseCase, boolean)
- Method in class ucot.input.
UseCaseCollection
Add usecase to collection and notify observers
addWord(Word)
- Method in class ucot.parser.
Sentence
AllTests
- Class in
ucot.test
JUnit test class which runs all test units.
AllTests()
- Constructor for class ucot.test.
AllTests
analyzeModel
- Variable in class ucot.core.
Core
AnalyzeModel
- Interface in
ucot.model
Interface for analyze models
analyzeModel
- Variable in class ucot.ui.gui.dot.
DotPanel
analyzeModel
- Variable in class ucot.ui.gui.dot.
DotPanel.DotJob
analyzeModel
- Variable in class ucot.ui.gui.
EntityPropertiesDialog
analyzemodel
- Variable in class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree
analyzeModelLoaded()
- Method in class ucot.ui.
DummyUI
analyzeModelLoaded()
- Method in class ucot.ui.gui.
GraphicalUI
analyzeModelLoaded()
- Method in interface ucot.ui.
UIInterface
Core signals user interface that analyzemodel has been loaded
AnalyzeModelLogger
- Class in
ucot.core
Class for logging changes in current analyze model.
AnalyzeModelLogger()
- Constructor for class ucot.core.
AnalyzeModelLogger
analyzeModelTree
- Variable in class ucot.ui.gui.
GraphicalUI
AnalyzeModelTree
- Class in
ucot.ui.gui.tree.analyzemodeltree
AnalyzeModelTree(AnalyzeModel)
- Constructor for class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree
AnalyzeModelTree.AnalyzemodelTreeCellRenderer
- Class in
ucot.ui.gui.tree.analyzemodeltree
Custom TreeCellRenderer for rendering icons for treeitems.
AnalyzeModelTree.AnalyzemodelTreeCellRenderer()
- Constructor for class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree.AnalyzemodelTreeCellRenderer
AnalyzeTreeModel
- Class in
ucot.ui.gui.tree.analyzemodeltree
AnalyzeTreeModel(AnalyzeModel)
- Constructor for class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeTreeModel
applyButton
- Variable in class ucot.ui.gui.
SettingsDialog
applyProperties()
- Method in class ucot.core.
Core
applyProperties()
- Method in class ucot.heuristic.
AbbottsHeuristic
applyProperties()
- Method in class ucot.input.
ProcessMlInputAdapter
applyProperties()
- Method in class ucot.input.
SimpleInputAdapter
applyProperties()
- Method in class ucot.
ModuleProperties
applyProperties()
- Method in interface ucot.
ModulePropertyInterface
Applies current properties for the module.
applyProperties()
- Method in class ucot.output.
GXLOutput
applyProperties()
- Method in class ucot.parser.
SimpleInputParser
applyProperties()
- Method in class ucot.parser.
StanfordAdapter
applyProperties()
- Method in class ucot.ui.gui.dot.
DotPanel
applyProperties()
- Method in class ucot.ui.gui.
GraphicalUI
atm
- Variable in class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree
Attribute
- Class in
ucot.model.object
This is attribute of an entity.
Attribute(Entity)
- Constructor for class ucot.model.object.
Attribute
Creates new Attribute reference to given entity.
ATTRIBUTE_NAME
- Static variable in class ucot.output.
GXLOutput
ATTRIBUTE_TYPE
- Static variable in class ucot.output.
GXLOutput
ATTRIBUTE_TYPE_NAME
- Static variable in class ucot.output.
GXLOutput
attributeIcon
- Static variable in class ucot.ui.gui.tree.analyzemodeltree.
AnalyzeModelTree
attributes
- Variable in class ucot.model.object.
Entity
Maps attribute names and attributes.
ATTRIBUTES_TAB_HEADER
- Static variable in class ucot.ui.gui.entitytab.
AttributesPanel
Header for the attributes tab.
ATTRIBUTES_TABLE_COLUMNS
- Static variable in class ucot.ui.gui.entitytab.
AttributesPanel
Headers for the attributes table.
attributesInCurrentModel
- Variable in class ucot.ui.gui.dot.
DotPanel.DotJob
AttributesPanel
- Class in
ucot.ui.gui.entitytab
AttributesPanel()
- Constructor for class ucot.ui.gui.entitytab.
AttributesPanel
attributesRequestedForHighlighting
- Variable in class ucot.ui.gui.dot.
DotPanel.DotJob
attributesToBeHighlighted
- Variable in class ucot.ui.gui.dot.
DotPanel.DotJob
AttributeTreeItem
- Class in
ucot.ui.gui.tree.analyzemodeltree
AttributeTreeItem(AnalyzeTreeModel, TreeItem, String)
- Constructor for class ucot.ui.gui.tree.analyzemodeltree.
AttributeTreeItem
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W