|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLink | |
|---|---|
| org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
| org.shiwa.fgi.iwir.image | Provides the necessary tools for creating a graphical representation of the IWIR workflow. |
| Uses of AbstractLink in org.shiwa.fgi.iwir |
|---|
| Subclasses of AbstractLink in org.shiwa.fgi.iwir | |
|---|---|
class |
ControlLink
The Class ControlLink provides a way to define a pure flow dependency between two tasks that does not involve any data dependency. |
class |
DataLink
The Class Link is used to connect different data ports. |
| Methods in org.shiwa.fgi.iwir that return types with arguments of type AbstractLink | |
|---|---|
java.util.List<AbstractLink> |
AbstractCompoundTask.getLinks()
Returns a shallow copy of the links. |
| Uses of AbstractLink in org.shiwa.fgi.iwir.image |
|---|
| Methods in org.shiwa.fgi.iwir.image that return types with arguments of type AbstractLink | |
|---|---|
static java.util.List<AbstractLink> |
Utils.retrieveLinksForTasks(java.util.List<AbstractLink> links,
java.util.List<AbstractTask> tasks)
|
| Method parameters in org.shiwa.fgi.iwir.image with type arguments of type AbstractLink | |
|---|---|
static java.util.List<AbstractLink> |
Utils.retrieveLinksForTasks(java.util.List<AbstractLink> links,
java.util.List<AbstractTask> tasks)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||