Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Interface Linkable

All Known Implementing Classes:
GraphActivityInterface

public interface Linkable

Defines the requirements for an object that represents a cell that should be linked with other cells.


Method Summary
 boolean acceptsSource()
          Returns true if cell that implements it is a valid source for link.
 boolean acceptsTarget()
          Returns true if cell that implements it is a valid target for link.
 

Method Detail

acceptsSource

public boolean acceptsSource()
Returns true if cell that implements it is a valid source for link.


acceptsTarget

public boolean acceptsTarget()
Returns true if cell that implements it is a valid target for link.


Together Workflow Editor 3.0-1 API