| Package | Description |
|---|---|
| de.aristaflow.adept2.core.changeoperations | |
| 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)!!
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateManager.DataElementProperties[] |
ChangeOperationTools.getCorrespondingDataElementProperties(ProcessConstants.DataElementProperty... dataElementProperties)
Convert an array of DataElementProperty to an array of corresponding DataElementProperties.
|
static boolean |
UpdateDataElement.isPossible(ChangeableInstance instance,
DataElement dataElement,
CheckReport checkReport,
ProcessConstants.DataElementProperty... dataElementProperties)
Tests if it is valid (concerning structural and state-based correctness) to
change the data element properties given by
dataElementProperties in the instance. |
static boolean |
UpdateDataElement.isPossible(ChangeableInstance instance,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties)
Tests if it is valid (concerning structural and state-based correctness) to
change the data element properties given by
dataElementProperties in the instance. |
static boolean |
UpdateDataElement.isPossible(Template template,
DataElement dataElement,
CheckReport checkReport,
ProcessConstants.DataElementProperty... dataElementProperties)
Tests if it is valid (concerning structural correctness) to change the data
element properties given by
dataElementProperties in the
template. |
static boolean |
UpdateDataElement.isPossible(Template template,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties)
Tests if it is valid (concerning structural correctness) to change the data
element properties given by
dataElementProperties in the
template. |
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableInstance instance,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties)
Updates the data element attributes given by
dataElementProperties in the instance. |
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableInstance instance,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties)
Updates the data element attributes given by
dataElementProperties in the instance. |
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableTemplate template,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties)
Updates the data element attributes given by
dataElementProperties in the template. |
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableTemplate template,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties)
Updates the data element attributes given by
dataElementProperties in the template. |
protected static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangePrimitives processGraph,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties)
Worker method to do the structural changes for both changeable templates
and changeable instances.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessConstants.DataElementProperty |
ProcessConstants.DataElementProperty.valueOf(int code) |
static ProcessConstants.DataElementProperty |
ProcessConstants.DataElementProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.DataElementProperty[] |
ProcessConstants.DataElementProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessConstants.DataElementProperty[] |
DeltaLayer.getChangedDataElementProperties(int dataElementID)
Returns the properties of a given data element, which have been changed.
|
| Modifier and Type | Method and Description |
|---|---|
DataElement |
ChangePrimitives.updateDataElement(DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties)
Updates the data element attributes given by
dataElementProperties. |