Package com.nomagic.magicdraw.esi
Interface EsiUtils.ApplyProjectStateResult
- Enclosing class:
- EsiUtils
public static interface EsiUtils.ApplyProjectStateResult
A structure that is produced by the
EsiUtils.applyProjectState(Project, Project)
and
which holds information about the result of the operation-
Method Summary
Modifier and TypeMethodDescriptionGets set of elements that were locked during the operationGets set of module usages that were locked during the operation
-
Method Details
-
getLockedElements
Gets set of elements that were locked during the operation- Returns:
- the locked elements
-
getLockedModuleUsages
Set<ModuleUsage> getLockedModuleUsages()Gets set of module usages that were locked during the operation- Returns:
- the locked module usages
-