| Package | Description |
|---|---|
| de.aristaflow.adept2.core.changeoperations | |
| de.aristaflow.adept2.model.processmodel.systemdata |
| Class and Description |
|---|
| Dependency
A
Dependency object represents a concrete dependency of a
SystemDataConsumer to a SystemDataProducer (a method of the
process model providing system data) or a Dependency.SystemDataProvider (a
normal data source providing system data). |
| DependencyProvider
A
DependencyProvider establishes the context for
SystemDataConsumers and provides dependency-related information
about them. |
| SystemDataProducer
This enumeration represents all process model methods that can produce
system data, that is data which can be used normally in the data flow of a
process.
|
| Class and Description |
|---|
| Dependency
A
Dependency object represents a concrete dependency of a
SystemDataConsumer to a SystemDataProducer (a method of the
process model providing system data) or a Dependency.SystemDataProvider (a
normal data source providing system data). |
| Dependency.SystemDataProvider
This enumeration provides system data provider that "extend"
SystemDataProducer, that is, both provide system data (for instance
process relevant timestamps, agent IDs,...) but while system data producer
represent methods from the process model, system data provider represent
other data sources, for instance arbitrary data elements. |
| SystemDataProducer
This enumeration represents all process model methods that can produce
system data, that is data which can be used normally in the data flow of a
process.
|