| Package | Description |
|---|---|
| de.aristaflow.adept2.core.changeoperations | |
| de.aristaflow.adept2.model.globals |
The globals packages provides commonly used variables and enums.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UpdateInstance.isPossible(Instance instance,
CheckReport checkReport,
ProcessConstants.InstanceProperty... instanceProperties)
TODO change instance to instance id if we have a process repository Checks
if it is valid for the given instance to update the properties given by
Properties. |
static boolean |
UpdateInstance.isPossible(Instance instance,
ProcessConstants.InstanceProperty... instanceProperties)
TODO change instance to instance id if we have a process repository
Checks if it is valid for the given instance to update the properties given
by
Properties. |
static void |
UpdateInstance.performOperation(ChangeableInstance instance,
java.lang.String newName,
QualifiedAgent newSupervisorAgent,
java.util.Set<ProcessModelParameter> newInputParameters,
java.util.Set<ProcessModelParameter> newOutputParameters,
ProcessConstants.InstanceProperty... instanceProperties)
Updates the given instance using those of the given attributes which are
specified in instance properties.
|
static void |
UpdateInstance.performOperation(ChangeableInstance instance,
java.lang.String newName,
QualifiedAgent newSupervisorAgent,
java.util.Set<ProcessModelParameter> newInputParameters,
java.util.Set<ProcessModelParameter> newOutputParameters,
UpdateManager updateManager,
ProcessConstants.InstanceProperty... instanceProperties)
Updates the given instance using those of the given attributes which are
specified in instance properties.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessConstants.InstanceProperty |
ProcessConstants.InstanceProperty.valueOf(int code) |
static ProcessConstants.InstanceProperty |
ProcessConstants.InstanceProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.InstanceProperty[] |
ProcessConstants.InstanceProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|