TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

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

public class AddRelationshipDefinitionCommand
extends java.lang.Object

The class is used to add a RelationshipDefinition to the MRT.


Constructor Summary
AddRelationshipDefinitionCommand(org.eclipse.emf.edit.domain.EditingDomain mrtDomain, org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.ManageableResourceType mrt, org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.Relationship rel)
          Constructor of the class.
 
Method Summary
 void execute()
          The method to add the new definiton to the existing definitons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddRelationshipDefinitionCommand

public AddRelationshipDefinitionCommand(org.eclipse.emf.edit.domain.EditingDomain mrtDomain,
                                        org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.ManageableResourceType mrt,
                                        org.eclipse.tptp.wsdm.tooling.model.manageableResourceType.Relationship rel)
Constructor of the class.

Parameters:
mrtDomain -
mrt -
rel -
Method Detail

execute

public void execute()
The method to add the new definiton to the existing definitons.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification