| Package | Description | 
|---|---|
| cb.petal | |
| cb.util | |
| cb.xmi | 
| Modifier and Type | Method and Description | 
|---|---|
InheritanceRelationship | 
UseCase.addSuperUseCase(UseCase caze)
Add super use case of this use case, i.e. adds InheritanceRelationship to
 "superclasses" list. 
 | 
void | 
UseCaseCategory.addToModel(UseCase caze)
Add a use case to the model. 
 | 
void | 
UseCaseCategory.removeFromModel(UseCase caze)  | 
void | 
EmptyVisitor.visit(UseCase obj)  | 
void | 
Visitor.visit(UseCase obj)  | 
void | 
DescendingVisitor.visit(UseCase obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
UseCase | 
PetalObjectFactory.createUseCase(String name)
Creates use case object with just the name and the quid set. init() is
 called on it after has been added to a model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Association | 
PetalObjectFactory.createAssociation(Class clazz,
                 UseCase caze)  | 
Association | 
PetalObjectFactory.createAssociation(String name,
                 Class clazz,
                 UseCase caze)  | 
Association | 
PetalObjectFactory.createAssociation(String name,
                 UseCase case1,
                 UseCase case2)
Create Association between two use cases. 
 | 
Association | 
PetalObjectFactory.createAssociation(UseCase case1,
                 UseCase case2)
Create association without explicit name, it will have an invisible
 anonymous name. 
 | 
UseCaseView | 
PetalObjectFactory.createUseCaseView(UseCase caze)
Creates use case view for given class and sets the qualified name and quidu
 for the referenced class accordingly. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ru.novosoft.uml.foundation.core.MClassifier | 
XMIFactory.createUseCase(UseCase caze)  | 
Copyright © 2018 BITPlan GmbH. All rights reserved.