TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.mrt.relationship.commands.internal
Class EditRelationshipDefinitionCommand

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.mrt.relationship.commands.internal.EditRelationshipDefinitionCommand

public class EditRelationshipDefinitionCommand
extends java.lang.Object

This class is used to update the edited details of a relationship definitons


Constructor Summary
EditRelationshipDefinitionCommand(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.ManageableResourceType mrt, org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.Relationship editedRel, int index)
          Constructor of the class.
 
Method Summary
 void execute()
          This method updates the relationship details.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditRelationshipDefinitionCommand

public EditRelationshipDefinitionCommand(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
                                         org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.ManageableResourceType mrt,
                                         org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.Relationship editedRel,
                                         int index)
Constructor of the class. It collects the Relationship Definiton details that was edited along with its index.

Parameters:
editingDomain -
mrt -
editedRel -
index -
Method Detail

execute

public void execute()
This method updates the relationship details.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification