public class DataLink extends Object
Java class for DataLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sink" type="{http://taverna.sf.net/2008/xml/t2flow}Link"/>
<element name="source" type="{http://taverna.sf.net/2008/xml/t2flow}Link"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Link |
sink |
protected Link |
source |
| Constructor and Description |
|---|
DataLink() |
Copyright © 2013 myGrid. All rights reserved.