Package | Description |
---|---|
org.yawlfoundation.yawl.configuration | |
org.yawlfoundation.yawl.configuration.element |
Modifier and Type | Method and Description |
---|---|
TaskConfiguration |
CPort.getTaskConfiguration() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationImporter.addConfiguration(TaskConfiguration configuration,
org.jdom2.Element element) |
java.lang.String |
ConfigurationExporter.getTaskConfiguration(TaskConfiguration config) |
java.lang.String |
DefaultConfigurationExporter.getTaskDefaultConfiguration(TaskConfiguration config) |
Constructor and Description |
---|
CPort(TaskConfiguration taskConfiguration,
int type) |
Modifier and Type | Method and Description |
---|---|
TaskConfiguration |
TaskConfigurationCache.add(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.get(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.getOrAdd(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.remove(NetGraphModel model,
YAWLTask task) |