| Package | Description |
|---|---|
| de.aristaflow.adept2.model.globals |
The globals packages provides commonly used variables and enums.
|
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.model.processmodel.tools |
| Modifier and Type | Method and Description |
|---|---|
static ProcessConstants.TemplateBuildtimeState |
ProcessConstants.TemplateBuildtimeState.valueOf(int code) |
static ProcessConstants.TemplateBuildtimeState |
ProcessConstants.TemplateBuildtimeState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.TemplateBuildtimeState[] |
ProcessConstants.TemplateBuildtimeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessConstants.TemplateBuildtimeState |
TemplateReference.getBuildtimeState()
Gets the state of this process template while it may be modified and is not
released.
|
ProcessConstants.TemplateBuildtimeState |
TemplateStatus.getBuildtimeState()
Gets the state of this process template while it may be modified and is not
released.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateReference |
ProcessModelFactory.createTemplateReference(java.util.UUID templateID,
java.lang.String processType,
java.lang.String version,
java.lang.String name,
java.lang.String description,
QualifiedAgent supervisorAgent,
java.util.Set<ProcessModelParameter> inputParameters,
java.util.Set<ProcessModelParameter> outputParameters,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> supportedPlugins,
java.util.Map<java.lang.String,PluginData> pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes,
boolean topLevelUsable,
ProcessConstants.TemplateUsage usageAsSubprocess,
ProcessConstants.TemplateBuildtimeState buildtimeState,
boolean derivable,
boolean spOutdated,
boolean tlOutdated,
boolean spInstantiable,
boolean tlInstantiable,
boolean spMigratable,
boolean tlMigratable,
boolean spChangeable,
boolean tlChangeable)
Create a TemplateReference.
|
TemplateStatus |
ProcessModelFactory.createTemplateStatus(java.util.UUID templateID,
ProcessConstants.TemplateBuildtimeState buildtimeState,
ProcessConstants.TemplateUsage subprocessUsage,
boolean topLevelUsage,
boolean derivable,
java.lang.String derivableComment,
boolean tlOutdated,
java.lang.String tlOutdatedComment,
boolean spOutdated,
java.lang.String spOutdatedComment,
boolean tlInstantiable,
java.lang.String tlInstantiableComment,
boolean spInstantiable,
java.lang.String spInstantiableComment,
boolean tlInstancesMigratableTo,
java.lang.String tlInstancesMigratableComment,
boolean spInstancesMigratableTo,
java.lang.String spInstancesMigratableComment,
boolean tlInstancesChangeable,
java.lang.String tlInstancesChangeableComment,
boolean spInstancesChangeable,
java.lang.String spInstancesChangeableComment,
java.lang.String starterRule)
Create a TemplateStatus object with all comments set as provided.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateStatus |
ProcessModelTools.updateTemplateStatus(TemplateStatus status,
ProcessConstants.TemplateBuildtimeState buildtimeState,
ProcessModelFactory pmf)
Since the template status interface is missing a setter for the
build time state, this method clones the status while changing the
build time state.
|