org.rubato.rubettes.bigbang.model.operations
Class DeleteObjectsOperation
java.lang.Object
org.rubato.rubettes.bigbang.model.operations.AbstractOperation
org.rubato.rubettes.bigbang.model.operations.AbstractObjectBasedOperation
org.rubato.rubettes.bigbang.model.operations.DeleteObjectsOperation
public class DeleteObjectsOperation
- extends AbstractObjectBasedOperation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeleteObjectsOperation
public DeleteObjectsOperation(BigBangModel model,
java.util.Set<BigBangObject> objects)
DeleteObjectsOperation
public DeleteObjectsOperation(BigBangModel model,
XMLReader reader,
org.w3c.dom.Element element)
addObjects
public void addObjects(java.util.Set<BigBangObject> objects)
execute
public OperationPathResults execute()
- Specified by:
execute
in class AbstractOperation