Classifier.createOwnedUseCase(java.lang.String name)
Creates a new
UseCase, with the specified 'Name', and appends it to the 'Owned Use Case' containment reference list
Classifier.getOwnedUseCase(java.lang.String name)
Retrieves the first
UseCase with the specified 'Name' from the 'Owned Use Case' containment reference list
Classifier.getOwnedUseCase(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
UseCase with the specified 'Name' from the 'Owned Use Case' containment reference list
Classifier.getUseCase(java.lang.String name,
boolean ignoreCase)
Retrieves the first
UseCase with the specified 'Name' from the 'Use Case' reference list
UseCase.allIncludedUseCases()
The query allIncludedUseCases() returns the transitive closure of all use cases (directly or indirectly) included by this use case.
UseCase.createExtend(java.lang.String name,
UseCase extendedCase)
Creates a new
Extend, with the specified 'Name', and 'Extended Case', and appends it to the 'Extend' containment reference list
UseCase.createInclude(java.lang.String name,
UseCase addition)
Creates a new
Include, with the specified 'Name', and 'Addition', and appends it to the 'Include' containment reference list
UseCase.getExtend(java.lang.String name,
UseCase extendedCase)
Retrieves the first
Extend with the specified 'Name', and 'Extended Case' from the 'Extend' containment reference list
UseCase.getExtend(java.lang.String name,
UseCase extendedCase,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Extend with the specified 'Name', and 'Extended Case' from the 'Extend' containment reference list
UseCase.getInclude(java.lang.String name,
UseCase addition)
Retrieves the first
Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list
UseCase.getInclude(java.lang.String name,
UseCase addition,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list