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

P

paintComponent(Graphics) - Method in class ucot.ui.gui.dot.DotPanel
This method draws the graph generated by dot to the panel's canvas.
paintComponent(Graphics) - Method in class ucot.ui.gui.SimpleUseCasePanel
 
panel - Variable in class ucot.ui.gui.tree.analyzemodeltree.AnalyzeModelTree
 
parent - Variable in class ucot.ui.gui.tree.analyzemodeltree.TreeItem
The parent TreeItem of this node.
parent - Variable in class ucot.ui.gui.tree.usecasetree.TreeItem
 
PARENT_TYPE_NAME - Static variable in class ucot.output.GXLOutput
 
parentEntities - Variable in class ucot.model.object.Entity
The parent entities.
PARENTS_TAB_HEADER - Static variable in class ucot.ui.gui.dialog.entitytab.ParentsPanel
Header for the parents tab.
PARENTS_TAB_KEY - Static variable in class ucot.ui.gui.dialog.EntityPropertiesDialog
 
PARENTS_TABLE_COLUMNS - Static variable in class ucot.ui.gui.dialog.entitytab.ParentsPanel
Headers for the method table.
parentsInCurrentModel - Variable in class ucot.ui.gui.dot.DotPanel.DotJob
 
ParentsPanel - Class in ucot.ui.gui.dialog.entitytab
This panel allows user to edit entitys parents.
ParentsPanel() - Constructor for class ucot.ui.gui.dialog.entitytab.ParentsPanel
Creates the panel using the localized strings readed from the Messages object.
parentsRequestedForHighlighting - Variable in class ucot.ui.gui.dot.DotPanel.DotJob
 
parentsToBeHighlighted - Variable in class ucot.ui.gui.dot.DotPanel.DotJob
 
parse(UseCase) - Method in class ucot.parser.DummyParser
 
parse(UseCase) - Method in interface ucot.parser.ParserInterface
Parses given usecase and returns parsed data as a ParsedData object.
parse(UseCase) - Method in class ucot.parser.SimpleParser
 
ParsedData - Class in ucot.parser
Parsed data is returned by parser.
ParsedData() - Constructor for class ucot.parser.ParsedData
 
parseEntityTypes() - Method in class ucot.ui.gui.GraphicalUI
This function parses the entity types from the property value and splits the separate types into a String vector.
parseExtensions(String[]) - Method in class ucot.utils.CustomFileFilter
Creates vector from given String-array
ParseInstanceDetails(Element, UseCase) - Method in class ucot.input.ProcessMLInputAdapter
Parses processInstance's id and adds it to usecase, also checks if this usecase is a subusecase
parser - Variable in class ucot.input.UseCase
Which parserInterface was used on this usecase
parserComboBox - Variable in class ucot.ui.gui.dialog.AddToModelWithDialog
 
parserComboBox - Variable in class ucot.ui.gui.dialog.SettingsDialog
 
ParserInterface - Interface in ucot.parser
Interface for parsers within this program.
parserLabel - Variable in class ucot.ui.gui.dialog.AddToModelWithDialog
 
parsers - Variable in class ucot.core.Core
 
ParseStep(Node) - Method in class ucot.input.ProcessMLInputAdapter
Parses usecase step from given node and returns it, or null if acceptable one wasn't found
parseStep(String) - Method in class ucot.input.SimpleInputAdapter
Parses usecase step from given line.
ParseSteps(UseCase, NodeList) - Method in class ucot.input.ProcessMLInputAdapter
Parses steps from given nodelist, stores them to given usecase
parsingThreads - Static variable in class ucot.core.Core
 
PLUGIN_CLASS_NOT_DEFINED_LOGMESSAGE - Static variable in class ucot.core.PluginLoader
 
PLUGIN_CLASS_NOT_FOUND_LOGMESSAGE - Static variable in class ucot.core.PluginLoader
 
PLUGIN_DIR_IS_NOT_DIR_LOGMESSAGE - Static variable in class ucot.core.PluginLoader
 
PLUGIN_DIR_NOT_EXIST_LOGMESSAGE - Static variable in class ucot.core.PluginLoader
 
PLUGIN_NAME_NOT_DEFINED_LOGMESSAGE - Static variable in class ucot.core.PluginLoader
 
PLUGIN_NOT_COMPATIBLE_ERROR - Static variable in class ucot.core.Core
 
pluginClasses - Variable in class ucot.core.PluginLoader
 
PluginClassLoader - Class in ucot.core
This is class loader for UCOT-programs plugins.
PluginClassLoader(File) - Constructor for class ucot.core.PluginClassLoader
Costructs the classloader for spesific directory.
pluginDir - Variable in class ucot.core.PluginClassLoader
 
PluginLoader - Class in ucot.core
Handles plugin loading.
PluginLoader(Core) - Constructor for class ucot.core.PluginLoader
 
pluginMainDir - Variable in class ucot.core.PluginLoader
 
popupMenuActionListener - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
printError(String, String) - Method in class ucot.ui.DummyUI
 
printError(String) - Method in class ucot.ui.DummyUI
 
printError(String) - Method in class ucot.ui.gui.GraphicalUI
 
printError(String, String) - Method in class ucot.ui.gui.GraphicalUI
 
printError(Window, String, String) - Static method in class ucot.ui.gui.GUIUtils
Method for spawning error dialog.
printError(Window, String) - Static method in class ucot.ui.gui.GUIUtils
Method for spawning error dialog with default header String
printError(String, String) - Method in interface ucot.ui.UIInterface
Prints an error message to the screen.
printError(String) - Method in interface ucot.ui.UIInterface
 
printInfo(Window, String, String) - Static method in class ucot.ui.gui.GUIUtils
Method for spawning info dialog.
printWarning(String, String) - Method in class ucot.ui.DummyUI
 
printWarning(String) - Method in class ucot.ui.DummyUI
 
printWarning(String, String) - Method in class ucot.ui.gui.GraphicalUI
 
printWarning(String) - Method in class ucot.ui.gui.GraphicalUI
 
printWarning(Window, String, String) - Static method in class ucot.ui.gui.GUIUtils
Method for spawning warning dialog.
printWarning(Window, String) - Static method in class ucot.ui.gui.GUIUtils
Method for spawning warning dialog with dafault header String.
printWarning(String, String) - Method in interface ucot.ui.UIInterface
Prints a warning to the screen.
printWarning(String) - Method in interface ucot.ui.UIInterface
 
ProcessMLInputAdapter - Class in ucot.input
This InputInterface reads ProcessMl-files and parses usecases from them.
ProcessMLInputAdapter() - Constructor for class ucot.input.ProcessMLInputAdapter
 
PROGRAM_MENU_CAPTION - Static variable in class ucot.ui.gui.GraphicalUI
 
PROGRAM_TITLE - Static variable in class ucot.ui.gui.GraphicalUI
 
PROGRESS_BAR_DIALOG_TITLE - Static variable in class ucot.ui.gui.GraphicalUI
 
progressBar - Variable in class ucot.core.Core
 
progressBar - Variable in class ucot.ui.gui.dialog.ProgressBarDialog
 
ProgressBarDialog - Class in ucot.ui.gui.dialog
Progressbar dialog class.
ProgressBarDialog(GraphicalUI, String) - Constructor for class ucot.ui.gui.dialog.ProgressBarDialog
Default constructor for ProgressBarDialog.
progressBarDialog - Variable in class ucot.ui.gui.GraphicalUI
 
ProgressBarInterface - Interface in ucot.ui
Interface for a progress bar used in core component to indicate the status of parsing and running the heuristic.
properties - Variable in class ucot.ModuleProperties
 
properties - Variable in class ucot.ui.gui.GraphicalUI
 
propertiesFile - Static variable in class ucot.utils.PropertiesTools
 
PropertiesTools - Class in ucot.utils
Tools for properties management.
PropertiesTools() - Constructor for class ucot.utils.PropertiesTools
 
propertiesURL - Variable in class ucot.ModuleProperties
 
propertiesURL - Variable in class ucot.ui.gui.GraphicalUI
 
propertiesURL - Static variable in class ucot.utils.PropertiesTools
 
PROPERTY_CURRENT_HEURISTIC - Static variable in interface ucot.core.ControlInterface
 
PROPERTY_CURRENT_PARSER - Static variable in interface ucot.core.ControlInterface
 
PROPERTY_DOT_COLOR - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_DOT_HIGHLIGHT_COLOR - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_DOT_PATH - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_ENTITY_TYPES - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_EPS_TO_PDF_PATH - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_GRAPH_FONT_SIZE - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_TEMP_EPS_FILE - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_TEMP_INPUT_FILE - Static variable in class ucot.ui.gui.GraphicalUI
 
PROPERTY_TEMP_OUTPUT_FILE - Static variable in class ucot.ui.gui.GraphicalUI
 

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