|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
org.cumt.model.analysis.usecases | |
org.cumt.view.editors.usecases |
Uses of Condition in org.cumt.model.analysis.usecases |
---|
Methods in org.cumt.model.analysis.usecases that return types with arguments of type Condition | |
---|---|
java.util.List<Condition> |
UseCase.getPostConditions()
|
java.util.List<Condition> |
UseCase.getPreConditions()
|
Methods in org.cumt.model.analysis.usecases with parameters of type Condition | |
---|---|
void |
UseCase.addPostCondition(Condition condition)
|
void |
UseCase.addPreCondition(Condition condition)
|
boolean |
UseCase.removePostCondition(Condition condition)
|
boolean |
UseCase.removePreCondition(Condition condition)
|
Method parameters in org.cumt.model.analysis.usecases with type arguments of type Condition | |
---|---|
void |
UseCase.setPostConditions(java.util.List<Condition> postConditions)
|
void |
UseCase.setPreConditions(java.util.List<Condition> conditions)
|
Uses of Condition in org.cumt.view.editors.usecases |
---|
Methods in org.cumt.view.editors.usecases with parameters of type Condition | |
---|---|
void |
ConditionEditor.get(Condition distribute)
|
void |
ConditionEditor.set(Condition collector)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |