de.cau.cs.kieler.kaom.diagram.edit.policies
Class KaomBaseItemSemanticEditPolicy.LinkConstraints

java.lang.Object
  extended by de.cau.cs.kieler.kaom.diagram.edit.policies.KaomBaseItemSemanticEditPolicy.LinkConstraints
Enclosing class:
KaomBaseItemSemanticEditPolicy

public static class KaomBaseItemSemanticEditPolicy.LinkConstraints
extends Object

Rating red
Generated:
This code was automatically generated.

Method Summary
 boolean canCreateLink_4001(Entity container, Linkable source, Linkable target)
           
 boolean canExistLink_4001(Entity container, Link linkInstance, Linkable source, Linkable target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canCreateLink_4001

public boolean canCreateLink_4001(Entity container,
                                  Linkable source,
                                  Linkable target)
Generated:
This code was automatically generated.

canExistLink_4001

public boolean canExistLink_4001(Entity container,
                                 Link linkInstance,
                                 Linkable source,
                                 Linkable target)
Generated:
This code was automatically generated.