Package | Description |
---|---|
org.yawlfoundation.yawl.configuration | |
org.yawlfoundation.yawl.configuration.element |
Modifier and Type | Method and Description |
---|---|
protected XNode |
DefaultConfigurationExporter.getPortConfig(DefaultConfigurationExporter.Direction dir,
CPort port,
java.lang.String portValue) |
Modifier and Type | Method and Description |
---|---|
protected XNode |
ConfigurationExporter.getPortNodes(DefaultConfigurationExporter.Direction dir,
java.util.List<CPort> ports) |
protected XNode |
DefaultConfigurationExporter.getPortNodes(DefaultConfigurationExporter.Direction dir,
java.util.List<CPort> ports) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CPort> |
TaskConfiguration.getInputCPorts() |
java.util.List<CPort> |
TaskConfiguration.getOutputCPorts()
Created by Jingxin Xu 13/01/2010
|
Modifier and Type | Method and Description |
---|---|
void |
TaskConfiguration.addInputPort(CPort port) |
void |
TaskConfiguration.addOutputPort(CPort port) |
void |
TaskConfiguration.removeInputPort(CPort port) |
void |
TaskConfiguration.removeOutputPort(CPort port) |
Modifier and Type | Method and Description |
---|---|
int |
TaskConfiguration.getMaxCPortID(java.util.List<CPort> ports) |
void |
TaskConfiguration.setInputCPorts(java.util.List<CPort> inputCPorts) |
void |
TaskConfiguration.setOutputCPorts(java.util.List<CPort> outputCPorts) |