public interface IBreakLockCommand
| Modifier and Type | Method and Description | 
|---|---|
void | 
addElements(java.util.Collection<MObject> el)
Add elements to break. 
 | 
void | 
addRefs(IProjectFragment aFragment,
       java.util.Collection<MRef> refs)
Add elements to break. 
 | 
void | 
execute(IBreakLockReporter reporter,
       org.modelio.vbasic.progress.IModelioProgress monitor)
Execute the command. 
 | 
void execute(IBreakLockReporter reporter, org.modelio.vbasic.progress.IModelioProgress monitor)
monitor - reporter - an event handler where success and failures will be reported.void addElements(java.util.Collection<MObject> el)
el - elements to break.void addRefs(IProjectFragment aFragment,
             java.util.Collection<MRef> refs)
aFragment - the fragment where the elements to break are located.refs - reference of the elements to break.