g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.edit.commands
Class LinkCreateCommand

java.lang.Object
  extended by CreateElementCommand
      extended by eu.geclipse.workflow.ui.edit.commands.LinkCreateCommand

public class LinkCreateCommand
extends CreateElementCommand

The command to create a Link in the model.


Constructor Summary
LinkCreateCommand(CreateRelationshipRequest request, EObject source, EObject target)
          Constructor
 
Method Summary
 boolean canExecute()
           
 IWorkflow getContainer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkCreateCommand

public LinkCreateCommand(CreateRelationshipRequest request,
                         EObject source,
                         EObject target)
Constructor

Parameters:
request -
source -
target -
Method Detail

canExecute

public boolean canExecute()

getContainer

public IWorkflow getContainer()
Returns:
container

g-Eclipse
Release 1.0.0