g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.edit.policies
Class WorkflowBaseItemSemanticEditPolicy.LinkConstraints

java.lang.Object
  extended by eu.geclipse.workflow.ui.edit.policies.WorkflowBaseItemSemanticEditPolicy.LinkConstraints
Enclosing class:
WorkflowBaseItemSemanticEditPolicy

public static class WorkflowBaseItemSemanticEditPolicy.LinkConstraints
extends java.lang.Object


Constructor Summary
WorkflowBaseItemSemanticEditPolicy.LinkConstraints()
           
 
Method Summary
static boolean canCreateILink_3001(IWorkflow container, IOutputPort source, IInputPort target)
           
static boolean canExistILink_3001(IWorkflow container, IOutputPort source, IInputPort target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowBaseItemSemanticEditPolicy.LinkConstraints

public WorkflowBaseItemSemanticEditPolicy.LinkConstraints()
Method Detail

canCreateILink_3001

public static boolean canCreateILink_3001(IWorkflow container,
                                          IOutputPort source,
                                          IInputPort target)

canExistILink_3001

public static boolean canExistILink_3001(IWorkflow container,
                                         IOutputPort source,
                                         IInputPort target)

g-Eclipse
Release 1.0.0