Package de.aristaflow.adept2.model.processmodel.systemdata
-
Interface Summary Interface Description DependencyProvider ADependencyProvider
establishes the context forSystemDataConsumer
s and provides dependency-related information about them. -
Class Summary Class Description Dependency ADependency
object represents a concrete dependency of aSystemDataConsumer
to aSystemDataProducer
(a method of the process model providing system data) or aDependency.SystemDataProvider
(a normal data source providing system data). -
Enum Summary Enum Description 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.