package net.certware.argument.gsz.diagram.edit.policies; import net.certware.argument.gsz.diagram.providers.GszElementTypes; import org.eclipse.gef.commands.Command; import org.eclipse.gmf.runtime.emf.type.core.commands.DestroyReferenceCommand; import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyReferenceRequest; /** * @generated */ public class SolutionSolutionContextsItemSemanticEditPolicy extends GszBaseItemSemanticEditPolicy { /** * @generated */ public SolutionSolutionContextsItemSemanticEditPolicy() { super(GszElementTypes.SolutionSolutionContexts_4011); } /** * @generated */ protected Command getDestroyReferenceCommand(DestroyReferenceRequest req) { return getGEFWrapper(new DestroyReferenceCommand(req)); } }