|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UseCaseCollection | |
---|---|
ucot.core | |
ucot.input | |
ucot.test | |
ucot.ui.gui.tree.usecasetree |
Uses of UseCaseCollection in ucot.core |
---|
Fields in ucot.core declared as UseCaseCollection | |
---|---|
private UseCaseCollection |
Core.usecases
|
Methods in ucot.core that return UseCaseCollection | |
---|---|
UseCaseCollection |
Core.getUseCaseCollection()
|
UseCaseCollection |
ControlInterface.getUseCaseCollection()
Returns all loaded usecases |
Uses of UseCaseCollection in ucot.input |
---|
Methods in ucot.input that return UseCaseCollection | |
---|---|
UseCaseCollection |
SimpleInputAdapter.read(java.net.URL url)
|
UseCaseCollection |
ProcessMlInputAdapter.read(java.net.URL url)
|
UseCaseCollection |
InputInterface.read(java.net.URL url)
Parses given usecase. |
Methods in ucot.input with parameters of type UseCaseCollection | |
---|---|
void |
UseCaseCollection.merge(UseCaseCollection collection)
Merges given UseCaseCollection to this |
void |
SimpleInputAdapter.readUseCases(java.io.BufferedReader reader,
UseCaseCollection collection,
java.net.URL url)
Reads usecases from given reader, stores them to given collection and sets their url to given one. |
Uses of UseCaseCollection in ucot.test |
---|
Fields in ucot.test declared as UseCaseCollection | |
---|---|
(package private) UseCaseCollection |
UseCaseTest.collection
|
Uses of UseCaseCollection in ucot.ui.gui.tree.usecasetree |
---|
Fields in ucot.ui.gui.tree.usecasetree declared as UseCaseCollection | |
---|---|
private UseCaseCollection |
UseCaseTreeModel.collection
|
Methods in ucot.ui.gui.tree.usecasetree that return UseCaseCollection | |
---|---|
UseCaseCollection |
UseCaseTreeModel.getUseCaseCollection()
|
UseCaseCollection |
TreeItem.getUseCaseCollection()
|
Constructors in ucot.ui.gui.tree.usecasetree with parameters of type UseCaseCollection | |
---|---|
UseCaseTree(UseCaseCollection c,
ControlInterface core)
|
|
UseCaseTreeModel(UseCaseCollection c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |