org.eclipse.uml2.common.edit.command
Class SupersetReplaceCommand

java.lang.Object
  extended byorg.eclipse.emf.common.command.AbstractCommand
      extended byorg.eclipse.emf.common.command.CompoundCommand
          extended byorg.eclipse.uml2.common.edit.command.SupersetCommand
              extended byorg.eclipse.uml2.common.edit.command.SupersetReplaceCommand
All Implemented Interfaces:
Command

Deprecated. Use SubsetSupersetReplaceCommand

public class SupersetReplaceCommand
extends SupersetCommand


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtying
 
Field Summary
protected  Collection collection
          Deprecated.  
protected  Object value
          Deprecated.  
 
Fields inherited from class org.eclipse.uml2.common.edit.command.SupersetCommand
domain, feature, owner, subsetFeatures, supersetCommand
 
Fields inherited from class org.eclipse.emf.common.command.CompoundCommand
commandList, LAST_COMMAND_ALL, MERGE_COMMAND_ALL, resultIndex
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
SupersetReplaceCommand(EditingDomain domain, EObject owner, EStructuralFeature feature, EStructuralFeature[] subsetFeatures, Object value, Collection collection)
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 
Methods inherited from class org.eclipse.uml2.common.edit.command.SupersetCommand
prepare
 
Methods inherited from class org.eclipse.emf.common.command.CompoundCommand
append, appendAndExecute, appendIfCanExecute, canUndo, dispose, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, redo, toString, undo, unwrap
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, chain, setDescription, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected final Object value
Deprecated. 

collection

protected final Collection collection
Deprecated. 
Constructor Detail

SupersetReplaceCommand

public SupersetReplaceCommand(EditingDomain domain,
                              EObject owner,
                              EStructuralFeature feature,
                              EStructuralFeature[] subsetFeatures,
                              Object value,
                              Collection collection)
Deprecated. 
Method Detail

execute

public void execute()
Deprecated. 
Specified by:
execute in interface Command
Overrides:
execute in class SupersetCommand
See Also:
Command.execute()

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.