Package com.nomagic.magicdraw.esi
Interface EsiUtils.ApplyProjectStateResult
-
- Enclosing class:
- EsiUtils
public static interface EsiUtils.ApplyProjectStateResult
A structure that is produced by theEsiUtils.applyProjectState(Project, Project)
and which holds information about the result of the operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Element>
getLockedElements()
Gets set of elements that were locked during the operationjava.util.Set<ModuleUsage>
getLockedModuleUsages()
Gets set of module usages that were locked during the operation
-
-
-
Method Detail
-
getLockedElements
java.util.Set<Element> getLockedElements()
Gets set of elements that were locked during the operation- Returns:
- the locked elements
-
getLockedModuleUsages
java.util.Set<ModuleUsage> getLockedModuleUsages()
Gets set of module usages that were locked during the operation- Returns:
- the locked module usages
-
-